Html Css Color HEX #824404 Saddle Brown

📋 copy color: '#824404'

red 130 ◦ green 68 ◦ blue 4

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

Shades of Saddle Brown #824404

Tints of Saddle Brown #824404

RGB

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

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

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

R = 64.36%
G = 33.66%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#824404 (or 0x824404) is known color: Saddle Brown. HEX triplet: 82, 44 and 04. RGB value is (130,68,4). Sum of RGB (Red+Green+Blue) = 130+68+4=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #824404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824404 is #7DBBFB. Grayscale: #4F4F4F. Windows color (decimal): -8240124 or 279682. OLE color: 279682.

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

Color convert

RGB 130 68 4 -
CMYK 0 0.48 0.97 0.49
HSL 30.48º 0.94% 0.26% -
HSV(B) 30.48º 0.97% 0.51% -
XYZ 11.29 8.89 1.24 -
YUV 79.24 85.54 164.2 -
System Red Green Blue C M Y K H S L
Decimal 130 68 4 0 0.48 0.97 0.49 30.48 0.94 0.26
Hex 82 44 4 0 30 61 31 1E 5E 1A
Octal 202 104 4 0 60 141 61 36 136 32
Binary 10000010 1000100 100 0 110000 1100001 110001 11110 1011110 11010

Color Harmonies of #824404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824404

Black with #824404

Text Example


Text Example

White with #824404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824404; }

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

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

background-color css

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

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

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

border-color css

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

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

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