Html Css Color HEX #824014 Russet

📋 copy color: '#824014'

red 130 ◦ green 64 ◦ blue 20

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

Shades of Russet #824014

Tints of Russet #824014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.91%

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

R = 60.75%
G = 29.91%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#824014 (or 0x824014) is known color: Russet. HEX triplet: 82, 40 and 14. RGB value is (130,64,20). Sum of RGB (Red+Green+Blue) = 130+64+20=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #824014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824014 is #7DBFEB. Grayscale: #4E4E4E. Windows color (decimal): -8241132 or 1327234. OLE color: 1327234.

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

Color convert

RGB 130 64 20 -
CMYK 0 0.51 0.85 0.49
HSL 24º 0.73% 0.29% -
HSV(B) 24º 0.85% 0.51% -
XYZ 11.17 8.46 1.71 -
YUV 78.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 130 64 20 0 0.51 0.85 0.49 24 0.73 0.29
Hex 82 40 14 0 33 55 31 18 49 1D
Octal 202 100 24 0 63 125 61 30 111 35
Binary 10000010 1000000 10100 0 110011 1010101 110001 11000 1001001 11101

Color Harmonies of #824014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824014

Black with #824014

Text Example


Text Example

White with #824014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824014; }

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

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

background-color css

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

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

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

border-color css

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

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

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