#824607

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

Shades of Saddle Brown #824607

Tints of Saddle Brown #824607

Color information

#824607 (or 0x824607) is unknown color: approx Saddle Brown. HEX triplet: 82, 46 and 07. RGB value is (130,70,7). Sum of RGB (Red+Green+Blue) = 130+70+7=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #824607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824607 is #7DB9F8. Grayscale: #515151. Windows color (decimal): -8239609 or 476802. OLE color: 476802.

HSL color Cylindrical-coordinate representation of color #824607: hue angle of 30.73º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #824607 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB130707-
CMYK00.460.950.49
HSL30.73º89.78%26.86%-
HSV(B)30.73º94.62%50.98%-
XYZ11.439.141.36-
YUV80.7686.38163.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.80%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 7 (3.12% from 255) = 3.38%
R=62.80%
G=33.82%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13070700.460.950.4930.7389.7826.86
Hex8246702E5F311f5a1b
Octal2021067056137613713233
Binary1000001010001101110101110101111111000111111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824607; }

 p { color: rgb(130,70,7); }

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

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

 a { background-color: rgb(130,70,7); }

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

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

 span { border-color: rgb(130,70,7); }

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