Html Css Color HEX #824712 Russet

📋 copy color: '#824712'

red 130 ◦ green 71 ◦ blue 18

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

Shades of Russet #824712

Tints of Russet #824712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.42%

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

R = 59.36%
G = 32.42%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#824712 (or 0x824712) is known color: Russet. HEX triplet: 82, 47 and 12. RGB value is (130,71,18). Sum of RGB (Red+Green+Blue) = 130+71+18=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #824712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824712 is #7DB8ED. Grayscale: #525252. Windows color (decimal): -8239342 or 1197954. OLE color: 1197954.

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

Color convert

RGB 130 71 18 -
CMYK 0 0.45 0.86 0.49
HSL 28.39º 0.76% 0.29% -
HSV(B) 28.39º 0.86% 0.51% -
XYZ 11.57 9.3 1.76 -
YUV 82.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 130 71 18 0 0.45 0.86 0.49 28.39 0.76 0.29
Hex 82 47 12 0 2D 56 31 1C 4C 1D
Octal 202 107 22 0 55 126 61 34 114 35
Binary 10000010 1000111 10010 0 101101 1010110 110001 11100 1001100 11101

Color Harmonies of #824712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824712

Black with #824712

Text Example


Text Example

White with #824712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824712; }

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

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

background-color css

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

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

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

border-color css

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

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

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