Html Css Color HEX #803C14 Russet

📋 copy color: '#803C14'

red 128 ◦ green 60 ◦ blue 20

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

Shades of Russet #803C14

Tints of Russet #803C14

RGB

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

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

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

R = 61.54%
G = 28.85%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#803C14 (or 0x803C14) is known color: Russet. HEX triplet: 80, 3C and 14. RGB value is (128,60,20). Sum of RGB (Red+Green+Blue) = 128+60+20=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #803C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803C14 is #7FC3EB. Grayscale: #4C4C4C. Windows color (decimal): -8373228 or 1326208. OLE color: 1326208.

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

Color convert

RGB 128 60 20 -
CMYK 0 0.53 0.84 0.50
HSL 22.22º 0.73% 0.29% -
HSV(B) 22.22º 0.84% 0.5% -
XYZ 10.64 7.87 1.62 -
YUV 75.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 128 60 20 0 0.53 0.84 0.50 22.22 0.73 0.29
Hex 80 3C 14 0 35 54 32 16 49 1D
Octal 200 74 24 0 65 124 62 26 111 35
Binary 10000000 111100 10100 0 110101 1010100 110010 10110 1001001 11101

Color Harmonies of #803C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C14

Black with #803C14

Text Example


Text Example

White with #803C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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