#882D0A

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

Shades of Saddle Brown #882D0A

Tints of Saddle Brown #882D0A

Color information

#882D0A (or 0x882D0A) is unknown color: approx Saddle Brown. HEX triplet: 88, 2D and 0A. RGB value is (136,45,10). Sum of RGB (Red+Green+Blue) = 136+45+10=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #882D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882D0A is #77D2F5. Grayscale: #444444. Windows color (decimal): -7852790 or 667016. OLE color: 667016.

HSL color Cylindrical-coordinate representation of color #882D0A: hue angle of 16.67º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #882D0A is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1364510-
CMYK00.670.930.47
HSL16.67º86.3%28.63%-
HSV(B)16.67º92.65%53.33%-
XYZ11.157.131.08-
YUV68.2295.15176.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.20%
GREEN value IS 45 (17.97% from 255) = 23.56%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=71.20%
G=23.56%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136451000.670.930.4716.6786.328.63
Hex882DA0435D2F11561d
Octal21055120103135572112635
Binary10001000101101101001000011101110110111110001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882D0A; }

 p { color: rgb(136,45,10); }

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

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

 a { background-color: rgb(136,45,10); }

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

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

 span { border-color: rgb(136,45,10); }

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