Html Css Color HEX #824908 Saddle Brown

📋 copy color: '#824908'

red 130 ◦ green 73 ◦ blue 8

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

Shades of Saddle Brown #824908

Tints of Saddle Brown #824908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.79%

R = 61.61%
G = 34.6%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#824908 (or 0x824908) is known color: Saddle Brown. HEX triplet: 82, 49 and 08. RGB value is (130,73,8). Sum of RGB (Red+Green+Blue) = 130+73+8=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #824908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824908 is #7DB6F7. Grayscale: #525252. Windows color (decimal): -8238840 or 543106. OLE color: 543106.

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

Color convert

RGB 130 73 8 -
CMYK 0 0.44 0.94 0.49
HSL 31.97º 0.88% 0.27% -
HSV(B) 31.97º 0.94% 0.51% -
XYZ 11.63 9.53 1.46 -
YUV 82.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 130 73 8 0 0.44 0.94 0.49 31.97 0.88 0.27
Hex 82 49 8 0 2C 5E 31 20 58 1B
Octal 202 111 10 0 54 136 61 40 130 33
Binary 10000010 1001001 1000 0 101100 1011110 110001 100000 1011000 11011

Color Harmonies of #824908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824908

Black with #824908

Text Example


Text Example

White with #824908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824908; }

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

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

background-color css

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

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

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

border-color css

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

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

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