Html Css Color HEX #803E1C Russet

📋 copy color: '#803E1C'

red 128 ◦ green 62 ◦ blue 28

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

Shades of Russet #803E1C

Tints of Russet #803E1C

RGB

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

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

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

R = 58.72%
G = 28.44%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#803E1C (or 0x803E1C) is known color: Russet. HEX triplet: 80, 3E and 1C. RGB value is (128,62,28). Sum of RGB (Red+Green+Blue) = 128+62+28=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #803E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803E1C is #7FC1E3. Grayscale: #4E4E4E. Windows color (decimal): -8372708 or 1851008. OLE color: 1851008.

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

Color convert

RGB 128 62 28 -
CMYK 0 0.52 0.78 0.50
HSL 20.4º 0.64% 0.31% -
HSV(B) 20.4º 0.78% 0.5% -
XYZ 10.83 8.12 2.09 -
YUV 77.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 128 62 28 0 0.52 0.78 0.50 20.4 0.64 0.31
Hex 80 3E 1C 0 34 4E 32 14 40 1F
Octal 200 76 34 0 64 116 62 24 100 37
Binary 10000000 111110 11100 0 110100 1001110 110010 10100 1000000 11111

Color Harmonies of #803E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803E1C

Black with #803E1C

Text Example


Text Example

White with #803E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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