#884307

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

Shades of Saddle Brown #884307

Tints of Saddle Brown #884307

Color information

#884307 (or 0x884307) is unknown color: approx Saddle Brown. HEX triplet: 88, 43 and 07. RGB value is (136,67,7). Sum of RGB (Red+Green+Blue) = 136+67+7=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #884307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884307 is #77BCF8. Grayscale: #515151. Windows color (decimal): -7847161 or 476040. OLE color: 476040.

HSL color Cylindrical-coordinate representation of color #884307: hue angle of 27.91º 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 #884307 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB136677-
CMYK00.510.950.47
HSL27.91º90.21%28.04%-
HSV(B)27.91º94.85%53.33%-
XYZ12.29.261.35-
YUV80.7986.36167.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.76%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 7 (3.12% from 255) = 3.33%
R=64.76%
G=31.90%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13667700.510.950.4727.9190.2128.04
Hex884370335F2F1c5a1c
Octal2101037063137573413234
Binary1000100010000111110110011101111110111111100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884307; }

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

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

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

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

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

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

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

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