#883304

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

Shades of Saddle Brown #883304

Tints of Saddle Brown #883304

Color information

#883304 (or 0x883304) is unknown color: approx Saddle Brown. HEX triplet: 88, 33 and 04. RGB value is (136,51,4). Sum of RGB (Red+Green+Blue) = 136+51+4=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #883304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883304 is #77CCFB. Grayscale: #474747. Windows color (decimal): -7851260 or 275336. OLE color: 275336.

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

Color convert

RGB136514-
CMYK00.620.970.47
HSL21.36º94.29%27.45%-
HSV(B)21.36º97.06%53.33%-
XYZ11.367.610.99-
YUV71.0690.16174.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.20%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 4 (1.95% from 255) = 2.09%
R=71.20%
G=26.70%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13651400.620.970.4721.3694.2927.45
Hex8833403E612F155e1b
Octal210634076141572513633
Binary100010001100111000111110110000110111110101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883304; }

 p { color: rgb(136,51,4); }

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

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

 a { background-color: rgb(136,51,4); }

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

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

 span { border-color: rgb(136,51,4); }

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