Html Css Color HEX #825019 Russet

📋 copy color: '#825019'

red 130 ◦ green 80 ◦ blue 25

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

Shades of Russet #825019

Tints of Russet #825019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.64%

R = 55.32%
G = 34.04%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#825019 (or 0x825019) is known color: Russet. HEX triplet: 82, 50 and 19. RGB value is (130,80,25). Sum of RGB (Red+Green+Blue) = 130+80+25=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #825019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825019 is #7DAFE6. Grayscale: #585858. Windows color (decimal): -8237031 or 1659010. OLE color: 1659010.

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

Color convert

RGB 130 80 25 -
CMYK 0 0.38 0.81 0.49
HSL 31.43º 0.68% 0.3% -
HSV(B) 31.43º 0.81% 0.51% -
XYZ 12.25 10.55 2.31 -
YUV 88.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 130 80 25 0 0.38 0.81 0.49 31.43 0.68 0.3
Hex 82 50 19 0 26 51 31 1F 44 1E
Octal 202 120 31 0 46 121 61 37 104 36
Binary 10000010 1010000 11001 0 100110 1010001 110001 11111 1000100 11110

Color Harmonies of #825019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825019

Black with #825019

Text Example


Text Example

White with #825019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825019; }

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

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

background-color css

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

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

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

border-color css

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

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

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