#832C04

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

Shades of Saddle Brown #832C04

Tints of Saddle Brown #832C04

Color information

#832C04 (or 0x832C04) is unknown color: approx Saddle Brown. HEX triplet: 83, 2C and 04. RGB value is (131,44,4). Sum of RGB (Red+Green+Blue) = 131+44+4=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #832C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832C04 is #7CD3FB. Grayscale: #414141. Windows color (decimal): -8180732 or 273539. OLE color: 273539.

HSL color Cylindrical-coordinate representation of color #832C04: hue angle of 18.9º 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 #832C04 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB131444-
CMYK00.660.970.49
HSL18.9º94.07%26.47%-
HSV(B)18.9º96.95%51.37%-
XYZ10.286.640.85-
YUV65.4593.32174.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 73.18%
GREEN value IS 44 (17.58% from 255) = 24.58%
BLUE value IS 4 (1.95% from 255) = 2.23%
R=73.18%
G=24.58%
B=2.23%

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
Decimal13144400.660.970.4918.994.0726.47
Hex832C40426131135e1a
Octal2035440102141612313632
Binary1000001110110010001000010110000111000110011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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