#884B05

Color #884B05 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #884B05

Tints of Saddle Brown #884B05

Color information

#884B05 (or 0x884B05) is unknown color: approx Saddle Brown. HEX triplet: 88, 4B and 05. RGB value is (136,75,5). Sum of RGB (Red+Green+Blue) = 136+75+5=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #884B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884B05 is #77B4FA. Grayscale: #555555. Windows color (decimal): -7845115 or 347016. OLE color: 347016.

HSL color Cylindrical-coordinate representation of color #884B05: hue angle of 32.06º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #884B05 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB136755-
CMYK00.450.960.47
HSL32.06º92.91%27.65%-
HSV(B)32.06º96.32%53.33%-
XYZ12.710.281.46-
YUV85.2682.71164.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.96%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 5 (2.34% from 255) = 2.31%
R=62.96%
G=34.72%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13675500.450.960.4732.0692.9127.65
Hex884B502D602F205d1c
Octal2101135055140574013534
Binary10001000100101110101011011100000101111100000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884B05; }

 p { color: rgb(136,75,5); }

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

<style>
 a { background-color: #884B05; }

 a { background-color: rgb(136,75,5); }

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

<style>
 span { border-color: #884B05; }

 span { border-color: rgb(136,75,5); }

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