Html Css Color HEX #824912 Russet

📋 copy color: '#824912'

red 130 ◦ green 73 ◦ blue 18

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

Shades of Russet #824912

Tints of Russet #824912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.14%

R = 58.82%
G = 33.03%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#824912 (or 0x824912) is known color: Russet. HEX triplet: 82, 49 and 12. RGB value is (130,73,18). Sum of RGB (Red+Green+Blue) = 130+73+18=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #824912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824912 is #7DB6ED. Grayscale: #545454. Windows color (decimal): -8238830 or 1198466. OLE color: 1198466.

HSL color Cylindrical-coordinate representation of color #824912: hue angle of 29.46º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #824912 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 18 -
CMYK 0 0.44 0.86 0.49
HSL 29.46º 0.76% 0.29% -
HSV(B) 29.46º 0.86% 0.51% -
XYZ 11.7 9.55 1.8 -
YUV 83.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 130 73 18 0 0.44 0.86 0.49 29.46 0.76 0.29
Hex 82 49 12 0 2C 56 31 1D 4C 1D
Octal 202 111 22 0 54 126 61 35 114 35
Binary 10000010 1001001 10010 0 101100 1010110 110001 11101 1001100 11101

Color Harmonies of #824912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824912

Black with #824912

Text Example


Text Example

White with #824912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824912; }

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

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

background-color css

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

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

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

border-color css

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

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

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