#884E00

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

Shades of Saddle Brown #884E00

Tints of Saddle Brown #884E00

Color information

#884E00 (or 0x884E00) is unknown color: approx Saddle Brown. HEX triplet: 88, 4E and 00. RGB value is (136,78,0). Sum of RGB (Red+Green+Blue) = 136+78+0=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #884E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #884E00 is #77B1FF. Grayscale: #565656. Windows color (decimal): -7844352 or 20104. OLE color: 20104.

HSL color Cylindrical-coordinate representation of color #884E00: hue angle of 34.41º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #884E00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB136780-
CMYK00.4310.47
HSL34.41º100%26.67%-
HSV(B)34.41º100%53.33%-
XYZ12.8810.681.38-
YUV86.4579.22163.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.55%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.55%
G=36.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13678000.4310.4734.4110026.67
Hex884E002B642F22641b
Octal2101160053144574214433
Binary100010001001110001010111100100101111100010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,78,0); }

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

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

 a { background-color: rgb(136,78,0); }

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

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

 span { border-color: rgb(136,78,0); }

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