#882A05

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

Shades of Saddle Brown #882A05

Tints of Saddle Brown #882A05

Color information

#882A05 (or 0x882A05) is unknown color: approx Saddle Brown. HEX triplet: 88, 2A and 05. RGB value is (136,42,5). Sum of RGB (Red+Green+Blue) = 136+42+5=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #882A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882A05 is #77D5FA. Grayscale: #424242. Windows color (decimal): -7853563 or 338568. OLE color: 338568.

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

Color convert

RGB136425-
CMYK00.690.960.47
HSL16.95º92.91%27.65%-
HSV(B)16.95º96.32%53.33%-
XYZ11.016.90.9-
YUV65.8993.64178.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 74.32%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 5 (2.34% from 255) = 2.73%
R=74.32%
G=22.95%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13642500.690.960.4716.9592.9127.65
Hex882A5045602F115d1c
Octal2105250105140572113534
Binary1000100010101010101000101110000010111110001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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