#553433

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

Shades of Van Cleef #553433

Tints of Van Cleef #553433

Color information

#553433 (or 0x553433) is unknown color: approx Van Cleef. HEX triplet: 55, 34 and 33. RGB value is (85,52,51). Sum of RGB (Red+Green+Blue) = 85+52+51=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #553433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553433 is #AACBCC. Grayscale: #3D3D3D. Windows color (decimal): -11193293 or 3355733. OLE color: 3355733.

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

Color convert

RGB855251-
CMYK00.390.400.67
HSL1.76º25%26.67%-
HSV(B)1.76º40%33.33%-
XYZ5.574.633.73-
YUV61.75121.93144.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 51 (20.31% from 255) = 27.13%
R=45.21%
G=27.66%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85525100.390.400.671.762526.67
Hex55343302728432191b
Octal12564630475010323133
Binary101010111010011001101001111010001000011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553433; }

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

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

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

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

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

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

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

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