Html Css Color HEX #803F14 Russet

📋 copy color: '#803F14'

red 128 ◦ green 63 ◦ blue 20

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

Shades of Russet #803F14

Tints of Russet #803F14

RGB

 RED value IS 128 (50.39% from 255) = 60.66%

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

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

R = 60.66%
G = 29.86%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#803F14 (or 0x803F14) is known color: Russet. HEX triplet: 80, 3F and 14. RGB value is (128,63,20). Sum of RGB (Red+Green+Blue) = 128+63+20=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #803F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803F14 is #7FC0EB. Grayscale: #4D4D4D. Windows color (decimal): -8372460 or 1326976. OLE color: 1326976.

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

Color convert

RGB 128 63 20 -
CMYK 0 0.51 0.84 0.50
HSL 23.89º 0.73% 0.29% -
HSV(B) 23.89º 0.84% 0.5% -
XYZ 10.81 8.19 1.67 -
YUV 77.53 95.53 164 -
System Red Green Blue C M Y K H S L
Decimal 128 63 20 0 0.51 0.84 0.50 23.89 0.73 0.29
Hex 80 3F 14 0 33 54 32 18 49 1D
Octal 200 77 24 0 63 124 62 30 111 35
Binary 10000000 111111 10100 0 110011 1010100 110010 11000 1001001 11101

Color Harmonies of #803F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803F14

Black with #803F14

Text Example


Text Example

White with #803F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803F14; }

 p { color: rgb(128,63,20); }

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

background-color css

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

 a { background-color: rgb(128,63,20); }

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

border-color css

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

 span { border-color: rgb(128,63,20); }

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