#884407

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

Shades of Saddle Brown #884407

Tints of Saddle Brown #884407

Color information

#884407 (or 0x884407) is unknown color: approx Saddle Brown. HEX triplet: 88, 44 and 07. RGB value is (136,68,7). Sum of RGB (Red+Green+Blue) = 136+68+7=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #884407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884407 is #77BBF8. Grayscale: #515151. Windows color (decimal): -7846905 or 476296. OLE color: 476296.

HSL color Cylindrical-coordinate representation of color #884407: hue angle of 28.37º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #884407 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB136687-
CMYK00.500.950.47
HSL28.37º90.21%28.04%-
HSV(B)28.37º94.85%53.33%-
XYZ12.269.381.37-
YUV81.3886.03166.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.45%
GREEN value IS 68 (26.95% from 255) = 32.23%
BLUE value IS 7 (3.12% from 255) = 3.32%
R=64.45%
G=32.23%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13668700.500.950.4728.3790.2128.04
Hex884470325F2F1c5a1c
Octal2101047062137573413234
Binary1000100010001001110110010101111110111111100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884407; }

 p { color: rgb(136,68,7); }

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

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

 a { background-color: rgb(136,68,7); }

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

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

 span { border-color: rgb(136,68,7); }

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