#47524F

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

Shades of Corduroy #47524F

Tints of Corduroy #47524F

Color information

#47524F (or 0x47524F) is unknown color: approx Corduroy. HEX triplet: 47, 52 and 4F. RGB value is (71,82,79). Sum of RGB (Red+Green+Blue) = 71+82+79=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 82 - color contains mainly: green. Hex color #47524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47524F is #B8ADB0. Grayscale: #4E4E4E. Windows color (decimal): -12103089 or 5198407. OLE color: 5198407.

HSL color Cylindrical-coordinate representation of color #47524F: hue angle of 163.64º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #47524F is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB718279-
CMYK0.1300.040.68
HSL163.64º7.19%30%-
HSV(B)163.64º13.41%32.16%-
XYZ7.037.948.56-
YUV78.37128.36122.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=30.60%
G=35.34%
B=34.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182790.1300.040.68163.647.1930
Hex47524FD0444a471e
Octal1071221171504104244736
Binary1000111101001010011111101010010001001010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47524F; }

 p { color: rgb(71,82,79); }

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

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

 a { background-color: rgb(71,82,79); }

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

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

 span { border-color: rgb(71,82,79); }

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