Html Css Color HEX #825015 Russet

📋 copy color: '#825015'

red 130 ◦ green 80 ◦ blue 21

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

Shades of Russet #825015

Tints of Russet #825015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

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

R = 56.28%
G = 34.63%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#825015 (or 0x825015) is known color: Russet. HEX triplet: 82, 50 and 15. RGB value is (130,80,21). Sum of RGB (Red+Green+Blue) = 130+80+21=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #825015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825015 is #7DAFEA. Grayscale: #585858. Windows color (decimal): -8237035 or 1396866. OLE color: 1396866.

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

Color convert

RGB 130 80 21 -
CMYK 0 0.38 0.84 0.49
HSL 32.48º 0.72% 0.3% -
HSV(B) 32.48º 0.84% 0.51% -
XYZ 12.21 10.54 2.1 -
YUV 88.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 130 80 21 0 0.38 0.84 0.49 32.48 0.72 0.3
Hex 82 50 15 0 26 54 31 20 48 1E
Octal 202 120 25 0 46 124 61 40 110 36
Binary 10000010 1010000 10101 0 100110 1010100 110001 100000 1001000 11110

Color Harmonies of #825015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825015

Black with #825015

Text Example


Text Example

White with #825015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825015; }

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

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

background-color css

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

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

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

border-color css

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

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

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