#553733

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

Shades of Van Cleef #553733

Tints of Van Cleef #553733

Color information

#553733 (or 0x553733) is unknown color: approx Van Cleef. HEX triplet: 55, 37 and 33. RGB value is (85,55,51). Sum of RGB (Red+Green+Blue) = 85+55+51=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #553733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553733 is #AAC8CC. Grayscale: #3F3F3F. Windows color (decimal): -11192525 or 3356501. OLE color: 3356501.

HSL color Cylindrical-coordinate representation of color #553733: hue angle of 7.06º 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 #553733 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB855551-
CMYK00.350.400.67
HSL7.06º25%26.67%-
HSV(B)7.06º40%33.33%-
XYZ5.714.93.78-
YUV63.51120.94143.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 55 (21.88% from 255) = 28.80%
BLUE value IS 51 (20.31% from 255) = 26.70%
R=44.50%
G=28.80%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85555100.350.400.677.062526.67
Hex55373302328437191b
Octal12567630435010373133
Binary1010101110111110011010001110100010000111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553733; }

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

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

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

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

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

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

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

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