#824306

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

Shades of Saddle Brown #824306

Tints of Saddle Brown #824306

Color information

#824306 (or 0x824306) is unknown color: approx Saddle Brown. HEX triplet: 82, 43 and 06. RGB value is (130,67,6). Sum of RGB (Red+Green+Blue) = 130+67+6=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #824306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824306 is #7DBCF9. Grayscale: #4F4F4F. Windows color (decimal): -8240378 or 410498. OLE color: 410498.

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

Color convert

RGB130676-
CMYK00.480.950.49
HSL29.52º91.18%26.67%-
HSV(B)29.52º95.38%50.98%-
XYZ11.258.771.27-
YUV78.8886.87164.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.04%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 6 (2.73% from 255) = 2.96%
R=64.04%
G=33.00%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13067600.480.950.4929.5291.1826.67
Hex824360305F311e5b1b
Octal2021036060137613613333
Binary1000001010000111100110000101111111000111110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824306; }

 p { color: rgb(130,67,6); }

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

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

 a { background-color: rgb(130,67,6); }

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

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

 span { border-color: rgb(130,67,6); }

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