#485350

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

Shades of Corduroy #485350

Tints of Corduroy #485350

Color information

#485350 (or 0x485350) is unknown color: approx Corduroy. HEX triplet: 48, 53 and 50. RGB value is (72,83,80). Sum of RGB (Red+Green+Blue) = 72+83+80=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 83 - color contains mainly: green. Hex color #485350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485350 is #B7ACAF. Grayscale: #4F4F4F. Windows color (decimal): -12037296 or 5264200. OLE color: 5264200.

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

Color convert

RGB728380-
CMYK0.1300.040.67
HSL163.64º7.1%30.39%-
HSV(B)163.64º13.25%32.55%-
XYZ7.218.148.78-
YUV79.37128.36122.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=30.64%
G=35.32%
B=34.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283800.1300.040.67163.647.130.39
Hex485350D0443a471e
Octal1101231201504103244736
Binary1001000101001110100001101010010000111010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485350; }

 p { color: rgb(72,83,80); }

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

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

 a { background-color: rgb(72,83,80); }

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

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

 span { border-color: rgb(72,83,80); }

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