Html Css Color HEX #824614 Russet

📋 copy color: '#824614'

red 130 ◦ green 70 ◦ blue 20

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

Shades of Russet #824614

Tints of Russet #824614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.82%

 BLUE value IS 20 (8.2% from 255) = 9.09%

R = 59.09%
G = 31.82%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#824614 (or 0x824614) is known color: Russet. HEX triplet: 82, 46 and 14. RGB value is (130,70,20). Sum of RGB (Red+Green+Blue) = 130+70+20=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #824614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824614 is #7DB9EB. Grayscale: #525252. Windows color (decimal): -8239596 or 1328770. OLE color: 1328770.

HSL color Cylindrical-coordinate representation of color #824614: hue angle of 27.27º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #824614 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 70 20 -
CMYK 0 0.46 0.85 0.49
HSL 27.27º 0.73% 0.29% -
HSV(B) 27.27º 0.85% 0.51% -
XYZ 11.52 9.18 1.83 -
YUV 82.24 92.88 162.07 -
System Red Green Blue C M Y K H S L
Decimal 130 70 20 0 0.46 0.85 0.49 27.27 0.73 0.29
Hex 82 46 14 0 2E 55 31 1B 49 1D
Octal 202 106 24 0 56 125 61 33 111 35
Binary 10000010 1000110 10100 0 101110 1010101 110001 11011 1001001 11101

Color Harmonies of #824614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824614

Black with #824614

Text Example


Text Example

White with #824614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824614; }

 p { color: rgb(130,70,20); }

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

background-color css

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

 a { background-color: rgb(130,70,20); }

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

border-color css

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

 span { border-color: rgb(130,70,20); }

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