#385049

Color #385049 Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #385049

Tints of Corduroy #385049

Color information

#385049 (or 0x385049) is unknown color: approx Corduroy. HEX triplet: 38, 50 and 49. RGB value is (56,80,73). Sum of RGB (Red+Green+Blue) = 56+80+73=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #385049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385049 is #C7AFB6. Grayscale: #484848. Windows color (decimal): -13086647 or 4804664. OLE color: 4804664.

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

Color convert

RGB568073-
CMYK0.3000.090.69
HSL162.5º17.65%26.67%-
HSV(B)162.5º30%31.37%-
XYZ5.77.067.37-
YUV72.03128.55116.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=26.79%
G=38.28%
B=34.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680730.3000.090.69162.517.6526.67
Hex3850491E0945a2121b
Octal70120111360111052422233
Binary1110001010000100100111110010011000101101000101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385049; }

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

 H1.HeaderClassName
 {
   color: #385049;
 }
 .AnyTagClassName
 {
   color: #385049;
 }
</style>
background-color css

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

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

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

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

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

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