Html Css Color HEX #824E14 Russet

📋 copy color: '#824E14'

red 130 ◦ green 78 ◦ blue 20

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

Shades of Russet #824E14

Tints of Russet #824E14

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.21%

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

R = 57.02%
G = 34.21%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#824E14 (or 0x824E14) is known color: Russet. HEX triplet: 82, 4E and 14. RGB value is (130,78,20). Sum of RGB (Red+Green+Blue) = 130+78+20=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #824E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824E14 is #7DB1EB. Grayscale: #575757. Windows color (decimal): -8237548 or 1330818. OLE color: 1330818.

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

Color convert

RGB 130 78 20 -
CMYK 0 0.40 0.85 0.49
HSL 31.64º 0.73% 0.29% -
HSV(B) 31.64º 0.85% 0.51% -
XYZ 12.06 10.25 2 -
YUV 86.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 130 78 20 0 0.40 0.85 0.49 31.64 0.73 0.29
Hex 82 4E 14 0 28 55 31 20 49 1D
Octal 202 116 24 0 50 125 61 40 111 35
Binary 10000010 1001110 10100 0 101000 1010101 110001 100000 1001001 11101

Color Harmonies of #824E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E14

Black with #824E14

Text Example


Text Example

White with #824E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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