Html Css Color HEX #3E5049 Corduroy

📋 copy color: '#3E5049'

red 62 ◦ green 80 ◦ blue 73

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

Shades of Corduroy #3E5049

Tints of Corduroy #3E5049

RGB

 RED value IS 62 (24.61% from 255) = 28.84%

 GREEN value IS 80 (31.64% from 255) = 37.21%

 BLUE value IS 73 (28.91% from 255) = 33.95%

R = 28.84%
G = 37.21%
B = 33.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#3E5049 (or 0x3E5049) is known color: Corduroy. HEX triplet: 3E, 50 and 49. RGB value is (62,80,73). Sum of RGB (Red+Green+Blue) = 62+80+73=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #3E5049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5049 is #C1AFB6. Grayscale: #494949. Windows color (decimal): -12693431 or 4804670. OLE color: 4804670.

HSL color Cylindrical-coordinate representation of color #3E5049: hue angle of 156.67º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E5049 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 80 73 -
CMYK 0.22 0 0.09 0.69
HSL 156.67º 0.13% 0.28% -
HSV(B) 156.67º 0.23% 0.31% -
XYZ 6.06 7.24 7.38 -
YUV 73.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 62 80 73 0.22 0 0.09 0.69 156.67 0.13 0.28
Hex 3E 50 49 16 0 9 45 9D D 1C
Octal 76 120 111 26 0 11 105 235 15 34
Binary 111110 1010000 1001001 10110 0 1001 1000101 10011101 1101 11100

Color Harmonies of #3E5049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5049

Black with #3E5049

Text Example


Text Example

White with #3E5049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E5049; }

 p { color: rgb(62,80,73); }

 H1.HeaderClassName
 {
   color: #3E5049;
 }
 .AnyTagClassName
 {
   color: #3E5049;
 }
</style>

background-color css

<style>
 a { background-color: #3E5049; }

 a { background-color: rgb(62,80,73); }

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

border-color css

<style>
 span { border-color: #3E5049; }

 span { border-color: rgb(62,80,73); }

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