Html Css Color HEX #824A14 Russet

📋 copy color: '#824A14'

red 130 ◦ green 74 ◦ blue 20

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

Shades of Russet #824A14

Tints of Russet #824A14

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.04%

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

R = 58.04%
G = 33.04%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#824A14 (or 0x824A14) is known color: Russet. HEX triplet: 82, 4A and 14. RGB value is (130,74,20). Sum of RGB (Red+Green+Blue) = 130+74+20=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #824A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A14 is #7DB5EB. Grayscale: #545454. Windows color (decimal): -8238572 or 1329794. OLE color: 1329794.

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

Color convert

RGB 130 74 20 -
CMYK 0 0.43 0.85 0.49
HSL 29.45º 0.73% 0.29% -
HSV(B) 29.45º 0.85% 0.51% -
XYZ 11.78 9.69 1.91 -
YUV 84.59 91.55 160.39 -
System Red Green Blue C M Y K H S L
Decimal 130 74 20 0 0.43 0.85 0.49 29.45 0.73 0.29
Hex 82 4A 14 0 2B 55 31 1D 49 1D
Octal 202 112 24 0 53 125 61 35 111 35
Binary 10000010 1001010 10100 0 101011 1010101 110001 11101 1001001 11101

Color Harmonies of #824A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A14

Black with #824A14

Text Example


Text Example

White with #824A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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