Html Css Color HEX #824A15 Russet

📋 copy color: '#824A15'

red 130 ◦ green 74 ◦ blue 21

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

Shades of Russet #824A15

Tints of Russet #824A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.89%

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

R = 57.78%
G = 32.89%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#824A15 (or 0x824A15) is known color: Russet. HEX triplet: 82, 4A and 15. RGB value is (130,74,21). Sum of RGB (Red+Green+Blue) = 130+74+21=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #824A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A15 is #7DB5EA. Grayscale: #545454. Windows color (decimal): -8238571 or 1395330. OLE color: 1395330.

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

Color convert

RGB 130 74 21 -
CMYK 0 0.43 0.84 0.49
HSL 29.17º 0.72% 0.3% -
HSV(B) 29.17º 0.84% 0.51% -
XYZ 11.79 9.7 1.96 -
YUV 84.7 92.05 160.31 -
System Red Green Blue C M Y K H S L
Decimal 130 74 21 0 0.43 0.84 0.49 29.17 0.72 0.3
Hex 82 4A 15 0 2B 54 31 1D 48 1E
Octal 202 112 25 0 53 124 61 35 110 36
Binary 10000010 1001010 10101 0 101011 1010100 110001 11101 1001000 11110

Color Harmonies of #824A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A15

Black with #824A15

Text Example


Text Example

White with #824A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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