#824007

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

Shades of Saddle Brown #824007

Tints of Saddle Brown #824007

Color information

#824007 (or 0x824007) is unknown color: approx Saddle Brown. HEX triplet: 82, 40 and 07. RGB value is (130,64,7). Sum of RGB (Red+Green+Blue) = 130+64+7=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #824007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824007 is #7DBFF8. Grayscale: #4D4D4D. Windows color (decimal): -8241145 or 475266. OLE color: 475266.

HSL color Cylindrical-coordinate representation of color #824007: hue angle of 27.8º 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 #824007 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB130647-
CMYK00.510.950.49
HSL27.8º89.78%26.86%-
HSV(B)27.8º94.62%50.98%-
XYZ11.088.431.24-
YUV77.2488.37165.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.68%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 7 (3.12% from 255) = 3.48%
R=64.68%
G=31.84%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13064700.510.950.4927.889.7826.86
Hex824070335F311c5a1b
Octal2021007063137613413233
Binary1000001010000001110110011101111111000111100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824007; }

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

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

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

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

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

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

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

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