Html Css Color HEX #824015 Russet

📋 copy color: '#824015'

red 130 ◦ green 64 ◦ blue 21

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

Shades of Russet #824015

Tints of Russet #824015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.77%

R = 60.47%
G = 29.77%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#824015 (or 0x824015) is known color: Russet. HEX triplet: 82, 40 and 15. RGB value is (130,64,21). Sum of RGB (Red+Green+Blue) = 130+64+21=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #824015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824015 is #7DBFEA. Grayscale: #4F4F4F. Windows color (decimal): -8241131 or 1392770. OLE color: 1392770.

HSL color Cylindrical-coordinate representation of color #824015: hue angle of 23.67º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #824015 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 64 21 -
CMYK 0 0.51 0.84 0.49
HSL 23.67º 0.72% 0.3% -
HSV(B) 23.67º 0.84% 0.51% -
XYZ 11.17 8.47 1.75 -
YUV 78.83 95.37 164.5 -
System Red Green Blue C M Y K H S L
Decimal 130 64 21 0 0.51 0.84 0.49 23.67 0.72 0.3
Hex 82 40 15 0 33 54 31 18 48 1E
Octal 202 100 25 0 63 124 61 30 110 36
Binary 10000010 1000000 10101 0 110011 1010100 110001 11000 1001000 11110

Color Harmonies of #824015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824015

Black with #824015

Text Example


Text Example

White with #824015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824015; }

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

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

background-color css

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

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

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

border-color css

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

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

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