Html Css Color HEX #824812 Russet

📋 copy color: '#824812'

red 130 ◦ green 72 ◦ blue 18

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

Shades of Russet #824812

Tints of Russet #824812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.73%

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

R = 59.09%
G = 32.73%
B = 8.18%

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

#824812 (or 0x824812) is known color: Russet. HEX triplet: 82, 48 and 12. RGB value is (130,72,18). Sum of RGB (Red+Green+Blue) = 130+72+18=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #824812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824812 is #7DB7ED. Grayscale: #535353. Windows color (decimal): -8239086 or 1198210. OLE color: 1198210.

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

Color convert

RGB 130 72 18 -
CMYK 0 0.45 0.86 0.49
HSL 28.93º 0.76% 0.29% -
HSV(B) 28.93º 0.86% 0.51% -
XYZ 11.63 9.42 1.78 -
YUV 83.19 91.22 161.39 -
System Red Green Blue C M Y K H S L
Decimal 130 72 18 0 0.45 0.86 0.49 28.93 0.76 0.29
Hex 82 48 12 0 2D 56 31 1D 4C 1D
Octal 202 110 22 0 55 126 61 35 114 35
Binary 10000010 1001000 10010 0 101101 1010110 110001 11101 1001100 11101

Color Harmonies of #824812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824812

Black with #824812

Text Example


Text Example

White with #824812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824812; }

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

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

background-color css

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

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

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

border-color css

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

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

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