Html Css Color HEX #803E1E Russet

📋 copy color: '#803E1E'

red 128 ◦ green 62 ◦ blue 30

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

Shades of Russet #803E1E

Tints of Russet #803E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.64%

R = 58.18%
G = 28.18%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#803E1E (or 0x803E1E) is known color: Russet. HEX triplet: 80, 3E and 1E. RGB value is (128,62,30). Sum of RGB (Red+Green+Blue) = 128+62+30=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #803E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803E1E is #7FC1E1. Grayscale: #4E4E4E. Windows color (decimal): -8372706 or 1982080. OLE color: 1982080.

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

Color convert

RGB 128 62 30 -
CMYK 0 0.52 0.77 0.50
HSL 19.59º 0.62% 0.31% -
HSV(B) 19.59º 0.77% 0.5% -
XYZ 10.86 8.13 2.22 -
YUV 78.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 128 62 30 0 0.52 0.77 0.50 19.59 0.62 0.31
Hex 80 3E 1E 0 34 4D 32 14 3E 1F
Octal 200 76 36 0 64 115 62 24 76 37
Binary 10000000 111110 11110 0 110100 1001101 110010 10100 111110 11111

Color Harmonies of #803E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803E1E

Black with #803E1E

Text Example


Text Example

White with #803E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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