Html Css Color HEX #803E1B Russet

📋 copy color: '#803E1B'

red 128 ◦ green 62 ◦ blue 27

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

Shades of Russet #803E1B

Tints of Russet #803E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.44%

R = 58.99%
G = 28.57%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#803E1B (or 0x803E1B) is known color: Russet. HEX triplet: 80, 3E and 1B. RGB value is (128,62,27). Sum of RGB (Red+Green+Blue) = 128+62+27=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #803E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803E1B is #7FC1E4. Grayscale: #4D4D4D. Windows color (decimal): -8372709 or 1785472. OLE color: 1785472.

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

Color convert

RGB 128 62 27 -
CMYK 0 0.52 0.79 0.50
HSL 20.79º 0.65% 0.3% -
HSV(B) 20.79º 0.79% 0.5% -
XYZ 10.82 8.11 2.03 -
YUV 77.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 128 62 27 0 0.52 0.79 0.50 20.79 0.65 0.3
Hex 80 3E 1B 0 34 4F 32 15 41 1E
Octal 200 76 33 0 64 117 62 25 101 36
Binary 10000000 111110 11011 0 110100 1001111 110010 10101 1000001 11110

Color Harmonies of #803E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803E1B

Black with #803E1B

Text Example


Text Example

White with #803E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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