Html Css Color HEX #803A14 Russet

📋 copy color: '#803A14'

red 128 ◦ green 58 ◦ blue 20

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

Shades of Russet #803A14

Tints of Russet #803A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.16%

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

R = 62.14%
G = 28.16%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#803A14 (or 0x803A14) is known color: Russet. HEX triplet: 80, 3A and 14. RGB value is (128,58,20). Sum of RGB (Red+Green+Blue) = 128+58+20=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #803A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803A14 is #7FC5EB. Grayscale: #4A4A4A. Windows color (decimal): -8373740 or 1325696. OLE color: 1325696.

HSL color Cylindrical-coordinate representation of color #803A14: hue angle of 21.11º 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 #803A14 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 58 20 -
CMYK 0 0.55 0.84 0.50
HSL 21.11º 0.73% 0.29% -
HSV(B) 21.11º 0.84% 0.5% -
XYZ 10.54 7.67 1.59 -
YUV 74.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 128 58 20 0 0.55 0.84 0.50 21.11 0.73 0.29
Hex 80 3A 14 0 37 54 32 15 49 1D
Octal 200 72 24 0 67 124 62 25 111 35
Binary 10000000 111010 10100 0 110111 1010100 110010 10101 1001001 11101

Color Harmonies of #803A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803A14

Black with #803A14

Text Example


Text Example

White with #803A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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