#882D03

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

Shades of Saddle Brown #882D03

Tints of Saddle Brown #882D03

Color information

#882D03 (or 0x882D03) is unknown color: approx Saddle Brown. HEX triplet: 88, 2D and 03. RGB value is (136,45,3). Sum of RGB (Red+Green+Blue) = 136+45+3=184 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.91% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 136 - color contains mainly: red. Hex color #882D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882D03 is #77D2FC. Grayscale: #434343. Windows color (decimal): -7852797 or 208264. OLE color: 208264.

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

Color convert

RGB136453-
CMYK00.670.980.47
HSL18.95º95.68%27.25%-
HSV(B)18.95º97.79%53.33%-
XYZ11.117.120.87-
YUV67.4291.65176.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 73.91%
GREEN value IS 45 (17.97% from 255) = 24.46%
BLUE value IS 3 (1.56% from 255) = 1.63%
R=73.91%
G=24.46%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13645300.670.980.4718.9595.6827.25
Hex882D3043622F13601b
Octal2105530103142572314033
Binary100010001011011101000011110001010111110011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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