Html Css Color HEX #824804 Saddle Brown

📋 copy color: '#824804'

red 130 ◦ green 72 ◦ blue 4

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

Shades of Saddle Brown #824804

Tints of Saddle Brown #824804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.95%

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

R = 63.11%
G = 34.95%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#824804 (or 0x824804) is known color: Saddle Brown. HEX triplet: 82, 48 and 04. RGB value is (130,72,4). Sum of RGB (Red+Green+Blue) = 130+72+4=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #824804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824804 is #7DB7FB. Grayscale: #515151. Windows color (decimal): -8239100 or 280706. OLE color: 280706.

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

Color convert

RGB 130 72 4 -
CMYK 0 0.45 0.97 0.49
HSL 32.38º 0.94% 0.26% -
HSV(B) 32.38º 0.97% 0.51% -
XYZ 11.55 9.39 1.32 -
YUV 81.59 84.22 162.53 -
System Red Green Blue C M Y K H S L
Decimal 130 72 4 0 0.45 0.97 0.49 32.38 0.94 0.26
Hex 82 48 4 0 2D 61 31 20 5E 1A
Octal 202 110 4 0 55 141 61 40 136 32
Binary 10000010 1001000 100 0 101101 1100001 110001 100000 1011110 11010

Color Harmonies of #824804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824804

Black with #824804

Text Example


Text Example

White with #824804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824804; }

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

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

background-color css

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

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

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

border-color css

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

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

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