#385047

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

Shades of Corduroy #385047

Tints of Corduroy #385047

Color information

#385047 (or 0x385047) is unknown color: approx Corduroy. HEX triplet: 38, 50 and 47. RGB value is (56,80,71). Sum of RGB (Red+Green+Blue) = 56+80+71=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 80 - color contains mainly: green. Hex color #385047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385047 is #C7AFB8. Grayscale: #474747. Windows color (decimal): -13086649 or 4673592. OLE color: 4673592.

HSL color Cylindrical-coordinate representation of color #385047: hue angle of 157.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 #385047 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB568071-
CMYK0.3000.110.69
HSL157.5º17.65%26.67%-
HSV(B)157.5º30%31.37%-
XYZ5.647.037.02-
YUV71.8127.55116.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 71 (28.12% from 255) = 34.30%
R=27.05%
G=38.65%
B=34.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680710.3000.110.69157.517.6526.67
Hex3850471E0B459e121b
Octal70120107360131052362233
Binary1110001010000100011111110010111000101100111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385047; }

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

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

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

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

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

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

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

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