#384842

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

Shades of Corduroy #384842

Tints of Corduroy #384842

Color information

#384842 (or 0x384842) is unknown color: approx Corduroy. HEX triplet: 38, 48 and 42. RGB value is (56,72,66). Sum of RGB (Red+Green+Blue) = 56+72+66=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 72 - color contains mainly: green. Hex color #384842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384842 is #C7B7BD. Grayscale: #424242. Windows color (decimal): -13088702 or 4343864. OLE color: 4343864.

HSL color Cylindrical-coordinate representation of color #384842: hue angle of 157.5º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #384842 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB567266-
CMYK0.2200.080.72
HSL157.5º12.5%25.1%-
HSV(B)157.5º22.22%28.24%-
XYZ4.935.876.03-
YUV66.53127.7120.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 66 (26.17% from 255) = 34.02%
R=28.87%
G=37.11%
B=34.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672660.2200.080.72157.512.525.1
Hex3848421608489dd19
Octal70110102260101102351531
Binary111000100100010000101011001000100100010011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384842; }

 p { color: rgb(56,72,66); }

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

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

 a { background-color: rgb(56,72,66); }

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

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

 span { border-color: rgb(56,72,66); }

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