Html Css Color HEX #824004 Saddle Brown

📋 copy color: '#824004'

red 130 ◦ green 64 ◦ blue 4

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

Shades of Saddle Brown #824004

Tints of Saddle Brown #824004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.02%

R = 65.66%
G = 32.32%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#824004 (or 0x824004) is known color: Saddle Brown. HEX triplet: 82, 40 and 04. RGB value is (130,64,4). Sum of RGB (Red+Green+Blue) = 130+64+4=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #824004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824004 is #7DBFFB. Grayscale: #4D4D4D. Windows color (decimal): -8241148 or 278658. OLE color: 278658.

HSL color Cylindrical-coordinate representation of color #824004: hue angle of 28.57º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #824004 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 64 4 -
CMYK 0 0.51 0.97 0.49
HSL 28.57º 0.94% 0.26% -
HSV(B) 28.57º 0.97% 0.51% -
XYZ 11.06 8.42 1.16 -
YUV 76.89 86.87 165.88 -
System Red Green Blue C M Y K H S L
Decimal 130 64 4 0 0.51 0.97 0.49 28.57 0.94 0.26
Hex 82 40 4 0 33 61 31 1D 5E 1A
Octal 202 100 4 0 63 141 61 35 136 32
Binary 10000010 1000000 100 0 110011 1100001 110001 11101 1011110 11010

Color Harmonies of #824004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824004

Black with #824004

Text Example


Text Example

White with #824004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824004; }

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

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

background-color css

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

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

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

border-color css

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

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

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