Html Css Color HEX #803C13 Russet

📋 copy color: '#803C13'

red 128 ◦ green 60 ◦ blue 19

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

Shades of Russet #803C13

Tints of Russet #803C13

RGB

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

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

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

R = 61.84%
G = 28.99%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#803C13 (or 0x803C13) is known color: Russet. HEX triplet: 80, 3C and 13. RGB value is (128,60,19). Sum of RGB (Red+Green+Blue) = 128+60+19=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #803C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803C13 is #7FC3EC. Grayscale: #4B4B4B. Windows color (decimal): -8373229 or 1260672. OLE color: 1260672.

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

Color convert

RGB 128 60 19 -
CMYK 0 0.53 0.85 0.50
HSL 22.57º 0.74% 0.29% -
HSV(B) 22.57º 0.85% 0.5% -
XYZ 10.64 7.87 1.57 -
YUV 75.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 128 60 19 0 0.53 0.85 0.50 22.57 0.74 0.29
Hex 80 3C 13 0 35 55 32 17 4A 1D
Octal 200 74 23 0 65 125 62 27 112 35
Binary 10000000 111100 10011 0 110101 1010101 110010 10111 1001010 11101

Color Harmonies of #803C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C13

Black with #803C13

Text Example


Text Example

White with #803C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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