Html Css Color HEX #824814 Russet

📋 copy color: '#824814'

red 130 ◦ green 72 ◦ blue 20

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

Shades of Russet #824814

Tints of Russet #824814

RGB

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

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

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

R = 58.56%
G = 32.43%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#824814 (or 0x824814) is known color: Russet. HEX triplet: 82, 48 and 14. RGB value is (130,72,20). Sum of RGB (Red+Green+Blue) = 130+72+20=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #824814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824814 is #7DB7EB. Grayscale: #535353. Windows color (decimal): -8239084 or 1329282. OLE color: 1329282.

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

Color convert

RGB 130 72 20 -
CMYK 0 0.45 0.85 0.49
HSL 28.36º 0.73% 0.29% -
HSV(B) 28.36º 0.85% 0.51% -
XYZ 11.65 9.43 1.87 -
YUV 83.41 92.22 161.23 -
System Red Green Blue C M Y K H S L
Decimal 130 72 20 0 0.45 0.85 0.49 28.36 0.73 0.29
Hex 82 48 14 0 2D 55 31 1C 49 1D
Octal 202 110 24 0 55 125 61 34 111 35
Binary 10000010 1001000 10100 0 101101 1010101 110001 11100 1001001 11101

Color Harmonies of #824814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824814

Black with #824814

Text Example


Text Example

White with #824814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824814; }

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

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

background-color css

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

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

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

border-color css

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

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

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