Html Css Color HEX #813D1E Russet

📋 copy color: '#813D1E'

red 129 ◦ green 61 ◦ blue 30

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

Shades of Russet #813D1E

Tints of Russet #813D1E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.73%

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

R = 58.64%
G = 27.73%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#813D1E (or 0x813D1E) is known color: Russet. HEX triplet: 81, 3D and 1E. RGB value is (129,61,30). Sum of RGB (Red+Green+Blue) = 129+61+30=220 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.64% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 129 - color contains mainly: red. Hex color #813D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813D1E is #7EC2E1. Grayscale: #4D4D4D. Windows color (decimal): -8307426 or 1981825. OLE color: 1981825.

HSL color Cylindrical-coordinate representation of color #813D1E: hue angle of 18.79º 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 #813D1E is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 61 30 -
CMYK 0 0.53 0.77 0.49
HSL 18.79º 0.62% 0.31% -
HSV(B) 18.79º 0.77% 0.51% -
XYZ 10.96 8.1 2.21 -
YUV 77.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 129 61 30 0 0.53 0.77 0.49 18.79 0.62 0.31
Hex 81 3D 1E 0 35 4D 31 13 3E 1F
Octal 201 75 36 0 65 115 61 23 76 37
Binary 10000001 111101 11110 0 110101 1001101 110001 10011 111110 11111

Color Harmonies of #813D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813D1E

Black with #813D1E

Text Example


Text Example

White with #813D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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