#553C38

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

Shades of Van Cleef #553C38

Tints of Van Cleef #553C38

Color information

#553C38 (or 0x553C38) is unknown color: approx Van Cleef. HEX triplet: 55, 3C and 38. RGB value is (85,60,56). Sum of RGB (Red+Green+Blue) = 85+60+56=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #553C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C38 is #AAC3C7. Grayscale: #434343. Windows color (decimal): -11191240 or 3685461. OLE color: 3685461.

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

Color convert

RGB856056-
CMYK00.290.340.67
HSL8.28º20.57%27.65%-
HSV(B)8.28º34.12%33.33%-
XYZ6.085.454.47-
YUV67.02121.78140.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 56 (22.27% from 255) = 27.86%
R=42.29%
G=29.85%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85605600.290.340.678.2820.5727.65
Hex553C3801D22438151c
Octal125747003542103102534
Binary1010101111100111000011101100010100001110001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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