Html Css Color HEX #814C12 Russet

📋 copy color: '#814C12'

red 129 ◦ green 76 ◦ blue 18

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

Shades of Russet #814C12

Tints of Russet #814C12

RGB

 RED value IS 129 (50.78% from 255) = 57.85%

 GREEN value IS 76 (30.08% from 255) = 34.08%

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

R = 57.85%
G = 34.08%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#814C12 (or 0x814C12) is known color: Russet. HEX triplet: 81, 4C and 12. RGB value is (129,76,18). Sum of RGB (Red+Green+Blue) = 129+76+18=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #814C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814C12 is #7EB3ED. Grayscale: #555555. Windows color (decimal): -8303598 or 1199233. OLE color: 1199233.

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

Color convert

RGB 129 76 18 -
CMYK 0 0.41 0.86 0.49
HSL 31.35º 0.76% 0.29% -
HSV(B) 31.35º 0.86% 0.51% -
XYZ 11.75 9.88 1.86 -
YUV 85.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 129 76 18 0 0.41 0.86 0.49 31.35 0.76 0.29
Hex 81 4C 12 0 29 56 31 1F 4C 1D
Octal 201 114 22 0 51 126 61 37 114 35
Binary 10000001 1001100 10010 0 101001 1010110 110001 11111 1001100 11101

Color Harmonies of #814C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814C12

Black with #814C12

Text Example


Text Example

White with #814C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814C12; }

 p { color: rgb(129,76,18); }

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

background-color css

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

 a { background-color: rgb(129,76,18); }

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

border-color css

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

 span { border-color: rgb(129,76,18); }

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