#824308

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

Shades of Saddle Brown #824308

Tints of Saddle Brown #824308

Color information

#824308 (or 0x824308) is unknown color: approx Saddle Brown. HEX triplet: 82, 43 and 08. RGB value is (130,67,8). Sum of RGB (Red+Green+Blue) = 130+67+8=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #824308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824308 is #7DBCF7. Grayscale: #4F4F4F. Windows color (decimal): -8240376 or 541570. OLE color: 541570.

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

Color convert

RGB130678-
CMYK00.480.940.49
HSL29.02º88.41%27.06%-
HSV(B)29.02º93.85%50.98%-
XYZ11.268.781.33-
YUV79.1187.87164.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.41%
GREEN value IS 67 (26.56% from 255) = 32.68%
BLUE value IS 8 (3.52% from 255) = 3.90%
R=63.41%
G=32.68%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13067800.480.940.4929.0288.4127.06
Hex824380305E311d581b
Octal20210310060136613513033
Binary10000010100001110000110000101111011000111101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824308; }

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

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

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

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

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

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

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

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