Html Css Color HEX #824408 Saddle Brown

📋 copy color: '#824408'

red 130 ◦ green 68 ◦ blue 8

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

Shades of Saddle Brown #824408

Tints of Saddle Brown #824408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.01%

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

R = 63.11%
G = 33.01%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#824408 (or 0x824408) is known color: Saddle Brown. HEX triplet: 82, 44 and 08. RGB value is (130,68,8). Sum of RGB (Red+Green+Blue) = 130+68+8=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #824408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824408 is #7DBBF7. Grayscale: #505050. Windows color (decimal): -8240120 or 541826. OLE color: 541826.

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

Color convert

RGB 130 68 8 -
CMYK 0 0.48 0.94 0.49
HSL 29.51º 0.88% 0.27% -
HSV(B) 29.51º 0.94% 0.51% -
XYZ 11.32 8.9 1.35 -
YUV 79.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 130 68 8 0 0.48 0.94 0.49 29.51 0.88 0.27
Hex 82 44 8 0 30 5E 31 1E 58 1B
Octal 202 104 10 0 60 136 61 36 130 33
Binary 10000010 1000100 1000 0 110000 1011110 110001 11110 1011000 11011

Color Harmonies of #824408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824408

Black with #824408

Text Example


Text Example

White with #824408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824408; }

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

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

background-color css

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

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

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

border-color css

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

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

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