Html Css Color HEX #824612 Russet

📋 copy color: '#824612'

red 130 ◦ green 70 ◦ blue 18

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

Shades of Russet #824612

Tints of Russet #824612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

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

R = 59.63%
G = 32.11%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#824612 (or 0x824612) is known color: Russet. HEX triplet: 82, 46 and 12. RGB value is (130,70,18). Sum of RGB (Red+Green+Blue) = 130+70+18=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #824612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824612 is #7DB9ED. Grayscale: #525252. Windows color (decimal): -8239598 or 1197698. OLE color: 1197698.

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

Color convert

RGB 130 70 18 -
CMYK 0 0.46 0.86 0.49
HSL 27.86º 0.76% 0.29% -
HSV(B) 27.86º 0.86% 0.51% -
XYZ 11.51 9.17 1.74 -
YUV 82.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 130 70 18 0 0.46 0.86 0.49 27.86 0.76 0.29
Hex 82 46 12 0 2E 56 31 1C 4C 1D
Octal 202 106 22 0 56 126 61 34 114 35
Binary 10000010 1000110 10010 0 101110 1010110 110001 11100 1001100 11101

Color Harmonies of #824612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824612

Black with #824612

Text Example


Text Example

White with #824612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824612; }

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

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

background-color css

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

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

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

border-color css

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

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

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