#885B0D

Color #885B0D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #885B0D

Tints of Golden Brown #885B0D

Color information

#885B0D (or 0x885B0D) is unknown color: approx Golden Brown. HEX triplet: 88, 5B and 0D. RGB value is (136,91,13). Sum of RGB (Red+Green+Blue) = 136+91+13=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #885B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885B0D is #77A4F2. Grayscale: #5F5F5F. Windows color (decimal): -7841011 or 875400. OLE color: 875400.

HSL color Cylindrical-coordinate representation of color #885B0D: hue angle of 38.05º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #885B0D is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1369113-
CMYK00.330.900.47
HSL38.05º82.55%29.22%-
HSV(B)38.05º90.44%53.33%-
XYZ13.9712.752.1-
YUV95.5681.41156.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 56.67%
GREEN value IS 91 (35.94% from 255) = 37.92%
BLUE value IS 13 (5.47% from 255) = 5.42%
R=56.67%
G=37.92%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136911300.330.900.4738.0582.5529.22
Hex885BD0215A2F26531d
Octal21013315041132574612335
Binary100010001011011110101000011011010101111100110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885B0D; }

 p { color: rgb(136,91,13); }

 H1.HeaderClassName
 {
   color: #885B0D;
 }
 .AnyTagClassName
 {
   color: #885B0D;
 }
</style>
background-color css

<style>
 a { background-color: #885B0D; }

 a { background-color: rgb(136,91,13); }

 div.DivClassName
 {
   background-color: #885B0D;
 }
 .BgClassName
 {
   background-color: #885B0D;
 }
</style>
border-color css

<style>
 span { border-color: #885B0D; }

 span { border-color: rgb(136,91,13); }

 td.TdClassName
 {
   border-color: #885B0D;
 }
 .TagClassName
 {
   border-color: #885B0D;
 }
</style>