#553D3C

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

Shades of Van Cleef #553D3C

Tints of Van Cleef #553D3C

Color information

#553D3C (or 0x553D3C) is unknown color: approx Van Cleef. HEX triplet: 55, 3D and 3C. RGB value is (85,61,60). Sum of RGB (Red+Green+Blue) = 85+61+60=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D3C is #AAC2C3. Grayscale: #444444. Windows color (decimal): -11190980 or 3947861. OLE color: 3947861.

HSL color Cylindrical-coordinate representation of color #553D3C: hue angle of 2.4º 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 #553D3C is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB856160-
CMYK00.280.290.67
HSL2.4º17.24%28.43%-
HSV(B)2.4º29.41%33.33%-
XYZ6.235.65.03-
YUV68.06123.45140.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 61 (24.22% from 255) = 29.61%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=41.26%
G=29.61%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85616000.280.290.672.417.2428.43
Hex553D3C01C1D432111c
Octal12575740343510322134
Binary1010101111101111100011100111011000011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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