Html Css Color HEX #803E14 Russet

📋 copy color: '#803E14'

red 128 ◦ green 62 ◦ blue 20

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

Shades of Russet #803E14

Tints of Russet #803E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.52%

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

R = 60.95%
G = 29.52%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#803E14 (or 0x803E14) is known color: Russet. HEX triplet: 80, 3E and 14. RGB value is (128,62,20). Sum of RGB (Red+Green+Blue) = 128+62+20=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #803E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803E14 is #7FC1EB. Grayscale: #4D4D4D. Windows color (decimal): -8372716 or 1326720. OLE color: 1326720.

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

Color convert

RGB 128 62 20 -
CMYK 0 0.52 0.84 0.50
HSL 23.33º 0.73% 0.29% -
HSV(B) 23.33º 0.84% 0.5% -
XYZ 10.75 8.08 1.66 -
YUV 76.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 128 62 20 0 0.52 0.84 0.50 23.33 0.73 0.29
Hex 80 3E 14 0 34 54 32 17 49 1D
Octal 200 76 24 0 64 124 62 27 111 35
Binary 10000000 111110 10100 0 110100 1010100 110010 10111 1001001 11101

Color Harmonies of #803E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803E14

Black with #803E14

Text Example


Text Example

White with #803E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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