#553D39

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

Shades of Van Cleef #553D39

Tints of Van Cleef #553D39

Color information

#553D39 (or 0x553D39) is unknown color: approx Van Cleef. HEX triplet: 55, 3D and 39. RGB value is (85,61,57). Sum of RGB (Red+Green+Blue) = 85+61+57=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #553D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D39 is #AAC2C6. Grayscale: #434343. Windows color (decimal): -11190983 or 3751253. OLE color: 3751253.

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

Color convert

RGB856157-
CMYK00.280.330.67
HSL8.57º19.72%27.84%-
HSV(B)8.57º32.94%33.33%-
XYZ6.155.564.62-
YUV67.72121.95140.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 57 (22.66% from 255) = 28.08%
R=41.87%
G=30.05%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85615700.280.330.678.5719.7227.84
Hex553D3901C21439141c
Octal125757103441103112434
Binary1010101111101111001011100100001100001110011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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