Html Css Color HEX #825021 Russet

📋 copy color: '#825021'

red 130 ◦ green 80 ◦ blue 33

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

Shades of Russet #825021

Tints of Russet #825021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.58%

R = 53.5%
G = 32.92%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#825021 (or 0x825021) is known color: Russet. HEX triplet: 82, 50 and 21. RGB value is (130,80,33). Sum of RGB (Red+Green+Blue) = 130+80+33=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #825021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825021 is #7DAFDE. Grayscale: #595959. Windows color (decimal): -8237023 or 2183298. OLE color: 2183298.

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

Color convert

RGB 130 80 33 -
CMYK 0 0.38 0.75 0.49
HSL 29.07º 0.6% 0.32% -
HSV(B) 29.07º 0.75% 0.51% -
XYZ 12.35 10.59 2.83 -
YUV 89.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 130 80 33 0 0.38 0.75 0.49 29.07 0.6 0.32
Hex 82 50 21 0 26 4B 31 1D 3C 20
Octal 202 120 41 0 46 113 61 35 74 40
Binary 10000010 1010000 100001 0 100110 1001011 110001 11101 111100 100000

Color Harmonies of #825021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825021

Black with #825021

Text Example


Text Example

White with #825021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825021; }

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

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

background-color css

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

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

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

border-color css

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

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

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