Html Css Color HEX #825115 Russet

📋 copy color: '#825115'

red 130 ◦ green 81 ◦ blue 21

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

Shades of Russet #825115

Tints of Russet #825115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.91%

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

R = 56.03%
G = 34.91%
B = 9.05%

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

#825115 (or 0x825115) is known color: Russet. HEX triplet: 82, 51 and 15. RGB value is (130,81,21). Sum of RGB (Red+Green+Blue) = 130+81+21=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #825115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825115 is #7DAEEA. Grayscale: #595959. Windows color (decimal): -8236779 or 1397122. OLE color: 1397122.

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

Color convert

RGB 130 81 21 -
CMYK 0 0.38 0.84 0.49
HSL 33.03º 0.72% 0.3% -
HSV(B) 33.03º 0.84% 0.51% -
XYZ 12.28 10.68 2.12 -
YUV 88.81 89.73 157.38 -
System Red Green Blue C M Y K H S L
Decimal 130 81 21 0 0.38 0.84 0.49 33.03 0.72 0.3
Hex 82 51 15 0 26 54 31 21 48 1E
Octal 202 121 25 0 46 124 61 41 110 36
Binary 10000010 1010001 10101 0 100110 1010100 110001 100001 1001000 11110

Color Harmonies of #825115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825115

Black with #825115

Text Example


Text Example

White with #825115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825115; }

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

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

background-color css

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

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

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

border-color css

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

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

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