Html Css Color HEX #824906 Saddle Brown

📋 copy color: '#824906'

red 130 ◦ green 73 ◦ blue 6

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

Shades of Saddle Brown #824906

Tints of Saddle Brown #824906

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.93%

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

R = 62.2%
G = 34.93%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#824906 (or 0x824906) is known color: Saddle Brown. HEX triplet: 82, 49 and 06. RGB value is (130,73,6). Sum of RGB (Red+Green+Blue) = 130+73+6=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #824906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824906 is #7DB6F9. Grayscale: #525252. Windows color (decimal): -8238842 or 412034. OLE color: 412034.

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

Color convert

RGB 130 73 6 -
CMYK 0 0.44 0.95 0.49
HSL 32.42º 0.91% 0.27% -
HSV(B) 32.42º 0.95% 0.51% -
XYZ 11.62 9.52 1.4 -
YUV 82.41 84.88 161.95 -
System Red Green Blue C M Y K H S L
Decimal 130 73 6 0 0.44 0.95 0.49 32.42 0.91 0.27
Hex 82 49 6 0 2C 5F 31 20 5B 1B
Octal 202 111 6 0 54 137 61 40 133 33
Binary 10000010 1001001 110 0 101100 1011111 110001 100000 1011011 11011

Color Harmonies of #824906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824906

Black with #824906

Text Example


Text Example

White with #824906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824906; }

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

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

background-color css

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

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

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

border-color css

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

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

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