Html Css Color HEX #824921 Russet

📋 copy color: '#824921'

red 130 ◦ green 73 ◦ blue 33

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

Shades of Russet #824921

Tints of Russet #824921

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.93%

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

R = 55.08%
G = 30.93%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#824921 (or 0x824921) is known color: Russet. HEX triplet: 82, 49 and 21. RGB value is (130,73,33). Sum of RGB (Red+Green+Blue) = 130+73+33=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #824921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824921 is #7DB6DE. Grayscale: #555555. Windows color (decimal): -8238815 or 2181506. OLE color: 2181506.

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

Color convert

RGB 130 73 33 -
CMYK 0 0.44 0.75 0.49
HSL 24.74º 0.6% 0.32% -
HSV(B) 24.74º 0.75% 0.51% -
XYZ 11.86 9.62 2.67 -
YUV 85.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 130 73 33 0 0.44 0.75 0.49 24.74 0.6 0.32
Hex 82 49 21 0 2C 4B 31 19 3C 20
Octal 202 111 41 0 54 113 61 31 74 40
Binary 10000010 1001001 100001 0 101100 1001011 110001 11001 111100 100000

Color Harmonies of #824921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824921

Black with #824921

Text Example


Text Example

White with #824921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824921; }

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

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

background-color css

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

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

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

border-color css

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

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

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