#553933

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

Shades of Van Cleef #553933

Tints of Van Cleef #553933

Color information

#553933 (or 0x553933) is unknown color: approx Van Cleef. HEX triplet: 55, 39 and 33. RGB value is (85,57,51). Sum of RGB (Red+Green+Blue) = 85+57+51=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #553933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553933 is #AAC6CC. Grayscale: #404040. Windows color (decimal): -11192013 or 3357013. OLE color: 3357013.

HSL color Cylindrical-coordinate representation of color #553933: hue angle of 10.59º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #553933 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB855751-
CMYK00.330.400.67
HSL10.59º25%26.67%-
HSV(B)10.59º40%33.33%-
XYZ5.815.13.81-
YUV64.69120.28142.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=44.04%
G=29.53%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85575100.330.400.6710.592526.67
Hex5539330212843b191b
Octal125716304150103133133
Binary10101011110011100110100001101000100001110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553933; }

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

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

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

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

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

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

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

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