Html Css Color HEX #813F1E Russet

📋 copy color: '#813F1E'

red 129 ◦ green 63 ◦ blue 30

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

Shades of Russet #813F1E

Tints of Russet #813F1E

RGB

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

 GREEN value IS 63 (25% from 255) = 28.38%

 BLUE value IS 30 (12.11% from 255) = 13.51%

R = 58.11%
G = 28.38%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#813F1E (or 0x813F1E) is known color: Russet. HEX triplet: 81, 3F and 1E. RGB value is (129,63,30). Sum of RGB (Red+Green+Blue) = 129+63+30=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #813F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813F1E is #7EC0E1. Grayscale: #4F4F4F. Windows color (decimal): -8306914 or 1982337. OLE color: 1982337.

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

Color convert

RGB 129 63 30 -
CMYK 0 0.51 0.77 0.49
HSL 20º 0.62% 0.31% -
HSV(B) 20º 0.77% 0.51% -
XYZ 11.07 8.32 2.25 -
YUV 78.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 129 63 30 0 0.51 0.77 0.49 20 0.62 0.31
Hex 81 3F 1E 0 33 4D 31 14 3E 1F
Octal 201 77 36 0 63 115 61 24 76 37
Binary 10000001 111111 11110 0 110011 1001101 110001 10100 111110 11111

Color Harmonies of #813F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813F1E

Black with #813F1E

Text Example


Text Example

White with #813F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,63,30); }

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

background-color css

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

 a { background-color: rgb(129,63,30); }

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

border-color css

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

 span { border-color: rgb(129,63,30); }

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