#882a00

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

Shades of Saddle Brown #882A00

Tints of Saddle Brown #882A00

Color information

#882A00 (or 0x882A00) is unknown color: approx Saddle Brown. HEX triplet: 88, 2A and 00. RGB value is (136,42,0). Sum of RGB (Red+Green+Blue) = 136+42+0=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #882A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882A00 is #77D5FF. Grayscale: #414141. Windows color (decimal): -7853568 or 10888. OLE color: 10888.

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

Color convert

RGB136420-
CMYK00.6910.47
HSL18.53º100%26.67%-
HSV(B)18.53º100%53.33%-
XYZ10.986.890.75-
YUV65.3291.14178.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 76.40%
GREEN value IS 42 (16.80% from 255) = 23.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.40%
G=23.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13642000.6910.4718.5310026.67
Hex882A0045642F13641b
Octal2105200105144572314433
Binary10001000101010001000101110010010111110011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882a00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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