Html Css Color HEX #813C14 Russet

📋 copy color: '#813C14'

red 129 ◦ green 60 ◦ blue 20

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

Shades of Russet #813C14

Tints of Russet #813C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.71%

 BLUE value IS 20 (8.2% from 255) = 9.57%

R = 61.72%
G = 28.71%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#813C14 (or 0x813C14) is known color: Russet. HEX triplet: 81, 3C and 14. RGB value is (129,60,20). Sum of RGB (Red+Green+Blue) = 129+60+20=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #813C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813C14 is #7EC3EB. Grayscale: #4C4C4C. Windows color (decimal): -8307692 or 1326209. OLE color: 1326209.

HSL color Cylindrical-coordinate representation of color #813C14: hue angle of 22.02º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #813C14 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 60 20 -
CMYK 0 0.53 0.84 0.49
HSL 22.02º 0.73% 0.29% -
HSV(B) 22.02º 0.84% 0.51% -
XYZ 10.8 7.95 1.63 -
YUV 76.07 96.36 165.75 -
System Red Green Blue C M Y K H S L
Decimal 129 60 20 0 0.53 0.84 0.49 22.02 0.73 0.29
Hex 81 3C 14 0 35 54 31 16 49 1D
Octal 201 74 24 0 65 124 61 26 111 35
Binary 10000001 111100 10100 0 110101 1010100 110001 10110 1001001 11101

Color Harmonies of #813C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813C14

Black with #813C14

Text Example


Text Example

White with #813C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,60,20); }

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

background-color css

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

 a { background-color: rgb(129,60,20); }

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

border-color css

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

 span { border-color: rgb(129,60,20); }

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