#384843

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

Shades of Corduroy #384843

Tints of Corduroy #384843

Color information

#384843 (or 0x384843) is unknown color: approx Corduroy. HEX triplet: 38, 48 and 43. RGB value is (56,72,67). Sum of RGB (Red+Green+Blue) = 56+72+67=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 72 - color contains mainly: green. Hex color #384843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384843 is #C7B7BC. Grayscale: #424242. Windows color (decimal): -13088701 or 4409400. OLE color: 4409400.

HSL color Cylindrical-coordinate representation of color #384843: hue angle of 161.25º 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 #384843 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB567267-
CMYK0.2200.070.72
HSL161.25º12.5%25.1%-
HSV(B)161.25º22.22%28.24%-
XYZ4.965.886.18-
YUV66.65128.2120.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 67 (26.56% from 255) = 34.36%
R=28.72%
G=36.92%
B=34.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672670.2200.070.72161.2512.525.1
Hex384843160748a1d19
Octal7011010326071102411531
Binary11100010010001000011101100111100100010100001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384843; }

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

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

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

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

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

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

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

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