Html Css Color HEX #395049 Corduroy

📋 copy color: '#395049'

red 57 ◦ green 80 ◦ blue 73

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

Shades of Corduroy #395049

Tints of Corduroy #395049

RGB

 RED value IS 57 (22.66% from 255) = 27.14%

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

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

R = 27.14%
G = 38.1%
B = 34.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#395049 (or 0x395049) is known color: Corduroy. HEX triplet: 39, 50 and 49. RGB value is (57,80,73). Sum of RGB (Red+Green+Blue) = 57+80+73=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 80 - color contains mainly: green. Hex color #395049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395049 is #C6AFB6. Grayscale: #484848. Windows color (decimal): -13021111 or 4804665. OLE color: 4804665.

HSL color Cylindrical-coordinate representation of color #395049: hue angle of 161.74º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #395049 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 80 73 -
CMYK 0.29 0 0.09 0.69
HSL 161.74º 0.17% 0.27% -
HSV(B) 161.74º 0.29% 0.31% -
XYZ 5.76 7.09 7.37 -
YUV 72.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 57 80 73 0.29 0 0.09 0.69 161.74 0.17 0.27
Hex 39 50 49 1D 0 9 45 A2 11 1B
Octal 71 120 111 35 0 11 105 242 21 33
Binary 111001 1010000 1001001 11101 0 1001 1000101 10100010 10001 11011

Color Harmonies of #395049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395049

Black with #395049

Text Example


Text Example

White with #395049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395049; }

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

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

background-color css

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

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

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

border-color css

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

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

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