Html Css Color HEX #814312 Russet

📋 copy color: '#814312'

red 129 ◦ green 67 ◦ blue 18

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

Shades of Russet #814312

Tints of Russet #814312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.31%

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

R = 60.28%
G = 31.31%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#814312 (or 0x814312) is known color: Russet. HEX triplet: 81, 43 and 12. RGB value is (129,67,18). Sum of RGB (Red+Green+Blue) = 129+67+18=214 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.28% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 129 - color contains mainly: red. Hex color #814312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814312 is #7EBCED. Grayscale: #505050. Windows color (decimal): -8305902 or 1196929. OLE color: 1196929.

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

Color convert

RGB 129 67 18 -
CMYK 0 0.48 0.86 0.49
HSL 26.49º 0.76% 0.29% -
HSV(B) 26.49º 0.86% 0.51% -
XYZ 11.17 8.73 1.67 -
YUV 79.95 93.04 162.98 -
System Red Green Blue C M Y K H S L
Decimal 129 67 18 0 0.48 0.86 0.49 26.49 0.76 0.29
Hex 81 43 12 0 30 56 31 1A 4C 1D
Octal 201 103 22 0 60 126 61 32 114 35
Binary 10000001 1000011 10010 0 110000 1010110 110001 11010 1001100 11101

Color Harmonies of #814312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814312

Black with #814312

Text Example


Text Example

White with #814312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814312; }

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

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

background-color css

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

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

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

border-color css

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

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

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