#832D04

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

Shades of Saddle Brown #832D04

Tints of Saddle Brown #832D04

Color information

#832D04 (or 0x832D04) is unknown color: approx Saddle Brown. HEX triplet: 83, 2D and 04. RGB value is (131,45,4). Sum of RGB (Red+Green+Blue) = 131+45+4=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #832D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832D04 is #7CD2FB. Grayscale: #424242. Windows color (decimal): -8180476 or 273795. OLE color: 273795.

HSL color Cylindrical-coordinate representation of color #832D04: hue angle of 19.37º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #832D04 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB131454-
CMYK00.660.970.49
HSL19.37º94.07%26.47%-
HSV(B)19.37º96.95%51.37%-
XYZ10.326.710.87-
YUV66.0492.99174.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 72.78%
GREEN value IS 45 (17.97% from 255) = 25%
BLUE value IS 4 (1.95% from 255) = 2.22%
R=72.78%
G=25%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13145400.660.970.4919.3794.0726.47
Hex832D40426131135e1a
Octal2035540102141612313632
Binary1000001110110110001000010110000111000110011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832D04; }

 p { color: rgb(131,45,4); }

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

<style>
 a { background-color: #832D04; }

 a { background-color: rgb(131,45,4); }

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

<style>
 span { border-color: #832D04; }

 span { border-color: rgb(131,45,4); }

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