Html Css Color HEX #824E12 Russet

📋 copy color: '#824E12'

red 130 ◦ green 78 ◦ blue 18

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

Shades of Russet #824E12

Tints of Russet #824E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.51%

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

R = 57.52%
G = 34.51%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#824E12 (or 0x824E12) is known color: Russet. HEX triplet: 82, 4E and 12. RGB value is (130,78,18). Sum of RGB (Red+Green+Blue) = 130+78+18=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #824E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824E12 is #7DB1ED. Grayscale: #575757. Windows color (decimal): -8237550 or 1199746. OLE color: 1199746.

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

Color convert

RGB 130 78 18 -
CMYK 0 0.40 0.86 0.49
HSL 32.14º 0.76% 0.29% -
HSV(B) 32.14º 0.86% 0.51% -
XYZ 12.04 10.24 1.91 -
YUV 86.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 130 78 18 0 0.40 0.86 0.49 32.14 0.76 0.29
Hex 82 4E 12 0 28 56 31 20 4C 1D
Octal 202 116 22 0 50 126 61 40 114 35
Binary 10000010 1001110 10010 0 101000 1010110 110001 100000 1001100 11101

Color Harmonies of #824E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E12

Black with #824E12

Text Example


Text Example

White with #824E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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