Html Css Color HEX #803F13 Russet

📋 copy color: '#803F13'

red 128 ◦ green 63 ◦ blue 19

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

Shades of Russet #803F13

Tints of Russet #803F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.05%

R = 60.95%
G = 30%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#803F13 (or 0x803F13) is known color: Russet. HEX triplet: 80, 3F and 13. RGB value is (128,63,19). Sum of RGB (Red+Green+Blue) = 128+63+19=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #803F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803F13 is #7FC0EC. Grayscale: #4D4D4D. Windows color (decimal): -8372461 or 1261440. OLE color: 1261440.

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

Color convert

RGB 128 63 19 -
CMYK 0 0.51 0.85 0.50
HSL 24.22º 0.74% 0.29% -
HSV(B) 24.22º 0.85% 0.5% -
XYZ 10.8 8.19 1.63 -
YUV 77.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 128 63 19 0 0.51 0.85 0.50 24.22 0.74 0.29
Hex 80 3F 13 0 33 55 32 18 4A 1D
Octal 200 77 23 0 63 125 62 30 112 35
Binary 10000000 111111 10011 0 110011 1010101 110010 11000 1001010 11101

Color Harmonies of #803F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803F13

Black with #803F13

Text Example


Text Example

White with #803F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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