#883205

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

Shades of Saddle Brown #883205

Tints of Saddle Brown #883205

Color information

#883205 (or 0x883205) is unknown color: approx Saddle Brown. HEX triplet: 88, 32 and 05. RGB value is (136,50,5). Sum of RGB (Red+Green+Blue) = 136+50+5=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #883205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883205 is #77CDFA. Grayscale: #464646. Windows color (decimal): -7851515 or 340616. OLE color: 340616.

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

Color convert

RGB136505-
CMYK00.630.960.47
HSL20.61º92.91%27.65%-
HSV(B)20.61º96.32%53.33%-
XYZ11.327.531-
YUV70.5890.99174.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.20%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 5 (2.34% from 255) = 2.62%
R=71.20%
G=26.18%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13650500.630.960.4720.6192.9127.65
Hex8832503F602F155d1c
Octal210625077140572513534
Binary100010001100101010111111110000010111110101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883205; }

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

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

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

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

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

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

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

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