Html Css Color HEX #813E1C Russet

📋 copy color: '#813E1C'

red 129 ◦ green 62 ◦ blue 28

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

Shades of Russet #813E1C

Tints of Russet #813E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.31%

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 58.9%
G = 28.31%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#813E1C (or 0x813E1C) is known color: Russet. HEX triplet: 81, 3E and 1C. RGB value is (129,62,28). Sum of RGB (Red+Green+Blue) = 129+62+28=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #813E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813E1C is #7EC1E3. Grayscale: #4E4E4E. Windows color (decimal): -8307172 or 1851009. OLE color: 1851009.

HSL color Cylindrical-coordinate representation of color #813E1C: hue angle of 20.2º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #813E1C is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 62 28 -
CMYK 0 0.52 0.78 0.49
HSL 20.2º 0.64% 0.31% -
HSV(B) 20.2º 0.78% 0.51% -
XYZ 10.99 8.2 2.1 -
YUV 78.16 99.7 164.26 -
System Red Green Blue C M Y K H S L
Decimal 129 62 28 0 0.52 0.78 0.49 20.2 0.64 0.31
Hex 81 3E 1C 0 34 4E 31 14 40 1F
Octal 201 76 34 0 64 116 61 24 100 37
Binary 10000001 111110 11100 0 110100 1001110 110001 10100 1000000 11111

Color Harmonies of #813E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813E1C

Black with #813E1C

Text Example


Text Example

White with #813E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813E1C; }

 p { color: rgb(129,62,28); }

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

background-color css

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

 a { background-color: rgb(129,62,28); }

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

border-color css

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

 span { border-color: rgb(129,62,28); }

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