#553C3C

Color #553C3C Van Cleef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Van Cleef #553C3C

Tints of Van Cleef #553C3C

Color information

#553C3C (or 0x553C3C) is unknown color: approx Van Cleef. HEX triplet: 55, 3C and 3C. RGB value is (85,60,60). Sum of RGB (Red+Green+Blue) = 85+60+60=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #553C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C3C is #AAC3C3. Grayscale: #434343. Windows color (decimal): -11191236 or 3947605. OLE color: 3947605.

HSL color Cylindrical-coordinate representation of color #553C3C: hue angle of 0º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #553C3C is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB856060-
CMYK00.290.290.67
HSL17.24%28.43%-
HSV(B)29.41%33.33%-
XYZ6.185.495.01-
YUV67.47123.78140.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 60 (23.83% from 255) = 29.27%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=41.46%
G=29.27%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85606000.290.290.67017.2428.43
Hex553C3C01D1D430111c
Octal12574740353510302134
Binary101010111110011110001110111101100001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553C3C; }

 p { color: rgb(85,60,60); }

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

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

 a { background-color: rgb(85,60,60); }

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

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

 span { border-color: rgb(85,60,60); }

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