Html Css Color HEX #824512 Russet

📋 copy color: '#824512'

red 130 ◦ green 69 ◦ blue 18

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

Shades of Russet #824512

Tints of Russet #824512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.8%

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

R = 59.91%
G = 31.8%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#824512 (or 0x824512) is known color: Russet. HEX triplet: 82, 45 and 12. RGB value is (130,69,18). Sum of RGB (Red+Green+Blue) = 130+69+18=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #824512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824512 is #7DBAED. Grayscale: #515151. Windows color (decimal): -8239854 or 1197442. OLE color: 1197442.

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

Color convert

RGB 130 69 18 -
CMYK 0 0.47 0.86 0.49
HSL 27.32º 0.76% 0.29% -
HSV(B) 27.32º 0.86% 0.51% -
XYZ 11.44 9.05 1.72 -
YUV 81.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 130 69 18 0 0.47 0.86 0.49 27.32 0.76 0.29
Hex 82 45 12 0 2F 56 31 1B 4C 1D
Octal 202 105 22 0 57 126 61 33 114 35
Binary 10000010 1000101 10010 0 101111 1010110 110001 11011 1001100 11101

Color Harmonies of #824512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824512

Black with #824512

Text Example


Text Example

White with #824512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824512; }

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

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

background-color css

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

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

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

border-color css

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

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

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