Html Css Color HEX #814113 Russet

📋 copy color: '#814113'

red 129 ◦ green 65 ◦ blue 19

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

Shades of Russet #814113

Tints of Russet #814113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.52%

 BLUE value IS 19 (7.81% from 255) = 8.92%

R = 60.56%
G = 30.52%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#814113 (or 0x814113) is known color: Russet. HEX triplet: 81, 41 and 13. RGB value is (129,65,19). Sum of RGB (Red+Green+Blue) = 129+65+19=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #814113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814113 is #7EBEEC. Grayscale: #4F4F4F. Windows color (decimal): -8306413 or 1261953. OLE color: 1261953.

HSL color Cylindrical-coordinate representation of color #814113: hue angle of 25.09º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #814113 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 65 19 -
CMYK 0 0.50 0.85 0.49
HSL 25.09º 0.74% 0.29% -
HSV(B) 25.09º 0.85% 0.51% -
XYZ 11.06 8.49 1.67 -
YUV 78.89 94.2 163.74 -
System Red Green Blue C M Y K H S L
Decimal 129 65 19 0 0.50 0.85 0.49 25.09 0.74 0.29
Hex 81 41 13 0 32 55 31 19 4A 1D
Octal 201 101 23 0 62 125 61 31 112 35
Binary 10000001 1000001 10011 0 110010 1010101 110001 11001 1001010 11101

Color Harmonies of #814113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814113

Black with #814113

Text Example


Text Example

White with #814113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814113; }

 p { color: rgb(129,65,19); }

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

background-color css

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

 a { background-color: rgb(129,65,19); }

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

border-color css

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

 span { border-color: rgb(129,65,19); }

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