#384541

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

Shades of Corduroy #384541

Tints of Corduroy #384541

Color information

#384541 (or 0x384541) is unknown color: approx Corduroy. HEX triplet: 38, 45 and 41. RGB value is (56,69,65). Sum of RGB (Red+Green+Blue) = 56+69+65=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 69 - color contains mainly: green. Hex color #384541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384541 is #C7BABE. Grayscale: #404040. Windows color (decimal): -13089471 or 4277560. OLE color: 4277560.

HSL color Cylindrical-coordinate representation of color #384541: hue angle of 161.54º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #384541 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB566965-
CMYK0.1900.060.73
HSL161.54º10.4%24.51%-
HSV(B)161.54º18.84%27.06%-
XYZ4.715.485.81-
YUV64.66128.19121.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.47%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=29.47%
G=36.32%
B=34.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5669650.1900.060.73161.5410.424.51
Hex384541130649a2a19
Octal7010510123061112421231
Binary11100010001011000001100110110100100110100010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384541; }

 p { color: rgb(56,69,65); }

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

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

 a { background-color: rgb(56,69,65); }

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

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

 span { border-color: rgb(56,69,65); }

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