Html Css Color HEX #824208 Saddle Brown

📋 copy color: '#824208'

red 130 ◦ green 66 ◦ blue 8

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

Shades of Saddle Brown #824208

Tints of Saddle Brown #824208

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.35%

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

R = 63.73%
G = 32.35%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#824208 (or 0x824208) is known color: Saddle Brown. HEX triplet: 82, 42 and 08. RGB value is (130,66,8). Sum of RGB (Red+Green+Blue) = 130+66+8=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #824208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824208 is #7DBDF7. Grayscale: #4E4E4E. Windows color (decimal): -8240632 or 541314. OLE color: 541314.

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

Color convert

RGB 130 66 8 -
CMYK 0 0.49 0.94 0.49
HSL 28.52º 0.88% 0.27% -
HSV(B) 28.52º 0.94% 0.51% -
XYZ 11.2 8.66 1.31 -
YUV 78.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 130 66 8 0 0.49 0.94 0.49 28.52 0.88 0.27
Hex 82 42 8 0 31 5E 31 1D 58 1B
Octal 202 102 10 0 61 136 61 35 130 33
Binary 10000010 1000010 1000 0 110001 1011110 110001 11101 1011000 11011

Color Harmonies of #824208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824208

Black with #824208

Text Example


Text Example

White with #824208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824208; }

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

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

background-color css

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

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

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

border-color css

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

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

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