Html Css Color HEX #803C11 Russet

📋 copy color: '#803C11'

red 128 ◦ green 60 ◦ blue 17

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

Shades of Russet #803C11

Tints of Russet #803C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.29%

R = 62.44%
G = 29.27%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#803C11 (or 0x803C11) is known color: Russet. HEX triplet: 80, 3C and 11. RGB value is (128,60,17). Sum of RGB (Red+Green+Blue) = 128+60+17=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #803C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803C11 is #7FC3EE. Grayscale: #4B4B4B. Windows color (decimal): -8373231 or 1129600. OLE color: 1129600.

HSL color Cylindrical-coordinate representation of color #803C11: hue angle of 23.24º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #803C11 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 60 17 -
CMYK 0 0.53 0.87 0.50
HSL 23.24º 0.77% 0.28% -
HSV(B) 23.24º 0.87% 0.5% -
XYZ 10.62 7.86 1.49 -
YUV 75.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 128 60 17 0 0.53 0.87 0.50 23.24 0.77 0.28
Hex 80 3C 11 0 35 57 32 17 4D 1C
Octal 200 74 21 0 65 127 62 27 115 34
Binary 10000000 111100 10001 0 110101 1010111 110010 10111 1001101 11100

Color Harmonies of #803C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C11

Black with #803C11

Text Example


Text Example

White with #803C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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