#884D05

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

Shades of Saddle Brown #884D05

Tints of Saddle Brown #884D05

Color information

#884D05 (or 0x884D05) is unknown color: approx Saddle Brown. HEX triplet: 88, 4D and 05. RGB value is (136,77,5). Sum of RGB (Red+Green+Blue) = 136+77+5=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #884D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #884D05 is #77B2FA. Grayscale: #565656. Windows color (decimal): -7844603 or 347528. OLE color: 347528.

HSL color Cylindrical-coordinate representation of color #884D05: hue angle of 32.98º 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 #884D05 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB136775-
CMYK00.430.960.47
HSL32.98º92.91%27.65%-
HSV(B)32.98º96.32%53.33%-
XYZ12.8310.551.5-
YUV86.4382.05163.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.39%
GREEN value IS 77 (30.47% from 255) = 35.32%
BLUE value IS 5 (2.34% from 255) = 2.29%
R=62.39%
G=35.32%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13677500.430.960.4732.9892.9127.65
Hex884D502B602F215d1c
Octal2101155053140574113534
Binary10001000100110110101010111100000101111100001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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