Html Css Color HEX #824A11 Russet

📋 copy color: '#824A11'

red 130 ◦ green 74 ◦ blue 17

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

Shades of Russet #824A11

Tints of Russet #824A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.69%

R = 58.82%
G = 33.48%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#824A11 (or 0x824A11) is known color: Russet. HEX triplet: 82, 4A and 11. RGB value is (130,74,17). Sum of RGB (Red+Green+Blue) = 130+74+17=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #824A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A11 is #7DB5EE. Grayscale: #545454. Windows color (decimal): -8238575 or 1133186. OLE color: 1133186.

HSL color Cylindrical-coordinate representation of color #824A11: hue angle of 30.27º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #824A11 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 74 17 -
CMYK 0 0.43 0.87 0.49
HSL 30.27º 0.77% 0.29% -
HSV(B) 30.27º 0.87% 0.51% -
XYZ 11.76 9.68 1.78 -
YUV 84.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 130 74 17 0 0.43 0.87 0.49 30.27 0.77 0.29
Hex 82 4A 11 0 2B 57 31 1E 4D 1D
Octal 202 112 21 0 53 127 61 36 115 35
Binary 10000010 1001010 10001 0 101011 1010111 110001 11110 1001101 11101

Color Harmonies of #824A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A11

Black with #824A11

Text Example


Text Example

White with #824A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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