Html Css Color HEX #824008 Saddle Brown

📋 copy color: '#824008'

red 130 ◦ green 64 ◦ blue 8

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

Shades of Saddle Brown #824008

Tints of Saddle Brown #824008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.68%

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

R = 64.36%
G = 31.68%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#824008 (or 0x824008) is known color: Saddle Brown. HEX triplet: 82, 40 and 08. RGB value is (130,64,8). Sum of RGB (Red+Green+Blue) = 130+64+8=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #824008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824008 is #7DBFF7. Grayscale: #4D4D4D. Windows color (decimal): -8241144 or 540802. OLE color: 540802.

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

Color convert

RGB 130 64 8 -
CMYK 0 0.51 0.94 0.49
HSL 27.54º 0.88% 0.27% -
HSV(B) 27.54º 0.94% 0.51% -
XYZ 11.08 8.43 1.27 -
YUV 77.35 88.87 165.55 -
System Red Green Blue C M Y K H S L
Decimal 130 64 8 0 0.51 0.94 0.49 27.54 0.88 0.27
Hex 82 40 8 0 33 5E 31 1C 58 1B
Octal 202 100 10 0 63 136 61 34 130 33
Binary 10000010 1000000 1000 0 110011 1011110 110001 11100 1011000 11011

Color Harmonies of #824008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824008

Black with #824008

Text Example


Text Example

White with #824008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824008; }

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

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

background-color css

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

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

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

border-color css

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

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

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