Html Css Color HEX #824806 Saddle Brown

📋 copy color: '#824806'

red 130 ◦ green 72 ◦ blue 6

#824806
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #824806

Tints of Saddle Brown #824806

RGB

 RED value IS 130 (51.17% from 255) = 62.5%

 GREEN value IS 72 (28.52% from 255) = 34.62%

 BLUE value IS 6 (2.73% from 255) = 2.88%

R = 62.5%
G = 34.62%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#824806 (or 0x824806) is known color: Saddle Brown. HEX triplet: 82, 48 and 06. RGB value is (130,72,6). Sum of RGB (Red+Green+Blue) = 130+72+6=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #824806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824806 is #7DB7F9. Grayscale: #525252. Windows color (decimal): -8239098 or 411778. OLE color: 411778.

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

Color convert

RGB 130 72 6 -
CMYK 0 0.45 0.95 0.49
HSL 31.94º 0.91% 0.27% -
HSV(B) 31.94º 0.95% 0.51% -
XYZ 11.56 9.39 1.38 -
YUV 81.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 130 72 6 0 0.45 0.95 0.49 31.94 0.91 0.27
Hex 82 48 6 0 2D 5F 31 20 5B 1B
Octal 202 110 6 0 55 137 61 40 133 33
Binary 10000010 1001000 110 0 101101 1011111 110001 100000 1011011 11011

Color Harmonies of #824806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824806

Black with #824806

Text Example


Text Example

White with #824806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824806; }

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

 H1.HeaderClassName
 {
   color: #824806;
 }
 .AnyTagClassName
 {
   color: #824806;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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