Html Css Color HEX #824708 Saddle Brown

📋 copy color: '#824708'

red 130 ◦ green 71 ◦ blue 8

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

Shades of Saddle Brown #824708

Tints of Saddle Brown #824708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.97%

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

R = 62.2%
G = 33.97%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#824708 (or 0x824708) is known color: Saddle Brown. HEX triplet: 82, 47 and 08. RGB value is (130,71,8). Sum of RGB (Red+Green+Blue) = 130+71+8=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #824708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824708 is #7DB8F7. Grayscale: #515151. Windows color (decimal): -8239352 or 542594. OLE color: 542594.

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

Color convert

RGB 130 71 8 -
CMYK 0 0.45 0.94 0.49
HSL 30.98º 0.88% 0.27% -
HSV(B) 30.98º 0.94% 0.51% -
XYZ 11.5 9.27 1.41 -
YUV 81.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 130 71 8 0 0.45 0.94 0.49 30.98 0.88 0.27
Hex 82 47 8 0 2D 5E 31 1F 58 1B
Octal 202 107 10 0 55 136 61 37 130 33
Binary 10000010 1000111 1000 0 101101 1011110 110001 11111 1011000 11011

Color Harmonies of #824708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824708

Black with #824708

Text Example


Text Example

White with #824708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824708; }

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

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

background-color css

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

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

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

border-color css

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

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

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