Html Css Color HEX #3F5049 Corduroy

📋 copy color: '#3F5049'

red 63 ◦ green 80 ◦ blue 73

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

Shades of Corduroy #3F5049

Tints of Corduroy #3F5049

RGB

 RED value IS 63 (25% from 255) = 29.17%

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

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

R = 29.17%
G = 37.04%
B = 33.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#3F5049 (or 0x3F5049) is known color: Corduroy. HEX triplet: 3F, 50 and 49. RGB value is (63,80,73). Sum of RGB (Red+Green+Blue) = 63+80+73=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 80 - color contains mainly: green. Hex color #3F5049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5049 is #C0AFB6. Grayscale: #4A4A4A. Windows color (decimal): -12627895 or 4804671. OLE color: 4804671.

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

Color convert

RGB 63 80 73 -
CMYK 0.21 0 0.09 0.69
HSL 155.29º 0.12% 0.28% -
HSV(B) 155.29º 0.21% 0.31% -
XYZ 6.12 7.28 7.38 -
YUV 74.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 63 80 73 0.21 0 0.09 0.69 155.29 0.12 0.28
Hex 3F 50 49 15 0 9 45 9B C 1C
Octal 77 120 111 25 0 11 105 233 14 34
Binary 111111 1010000 1001001 10101 0 1001 1000101 10011011 1100 11100

Color Harmonies of #3F5049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5049

Black with #3F5049

Text Example


Text Example

White with #3F5049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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