Html Css Color HEX #803F1C Russet

📋 copy color: '#803F1C'

red 128 ◦ green 63 ◦ blue 28

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

Shades of Russet #803F1C

Tints of Russet #803F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 58.45%
G = 28.77%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#803F1C (or 0x803F1C) is known color: Russet. HEX triplet: 80, 3F and 1C. RGB value is (128,63,28). Sum of RGB (Red+Green+Blue) = 128+63+28=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #803F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F1C is #7FC0E3. Grayscale: #4E4E4E. Windows color (decimal): -8372452 or 1851264. OLE color: 1851264.

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

Color convert

RGB 128 63 28 -
CMYK 0 0.51 0.78 0.50
HSL 21º 0.64% 0.31% -
HSV(B) 21º 0.78% 0.5% -
XYZ 10.89 8.23 2.11 -
YUV 78.45 99.53 163.35 -
System Red Green Blue C M Y K H S L
Decimal 128 63 28 0 0.51 0.78 0.50 21 0.64 0.31
Hex 80 3F 1C 0 33 4E 32 15 40 1F
Octal 200 77 34 0 63 116 62 25 100 37
Binary 10000000 111111 11100 0 110011 1001110 110010 10101 1000000 11111

Color Harmonies of #803F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803F1C

Black with #803F1C

Text Example


Text Example

White with #803F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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