#882A03

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

Shades of Saddle Brown #882A03

Tints of Saddle Brown #882A03

Color information

#882A03 (or 0x882A03) is unknown color: approx Saddle Brown. HEX triplet: 88, 2A and 03. RGB value is (136,42,3). Sum of RGB (Red+Green+Blue) = 136+42+3=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #882A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882A03 is #77D5FC. Grayscale: #414141. Windows color (decimal): -7853565 or 207496. OLE color: 207496.

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

Color convert

RGB136423-
CMYK00.690.980.47
HSL17.59º95.68%27.25%-
HSV(B)17.59º97.79%53.33%-
XYZ116.90.84-
YUV65.6692.64178.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 75.14%
GREEN value IS 42 (16.80% from 255) = 23.20%
BLUE value IS 3 (1.56% from 255) = 1.66%
R=75.14%
G=23.20%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13642300.690.980.4717.5995.6827.25
Hex882A3045622F12601b
Octal2105230105142572214033
Binary100010001010101101000101110001010111110010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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