#553833

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

Shades of Van Cleef #553833

Tints of Van Cleef #553833

Color information

#553833 (or 0x553833) is unknown color: approx Van Cleef. HEX triplet: 55, 38 and 33. RGB value is (85,56,51). Sum of RGB (Red+Green+Blue) = 85+56+51=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #553833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553833 is #AAC7CC. Grayscale: #404040. Windows color (decimal): -11192269 or 3356757. OLE color: 3356757.

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

Color convert

RGB855651-
CMYK00.340.400.67
HSL8.82º25%26.67%-
HSV(B)8.82º40%33.33%-
XYZ5.7653.79-
YUV64.1120.61142.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 56 (22.27% from 255) = 29.17%
BLUE value IS 51 (20.31% from 255) = 26.56%
R=44.27%
G=29.17%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85565100.340.400.678.822526.67
Hex55383302228439191b
Octal125706304250103113133
Binary10101011110001100110100010101000100001110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553833; }

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

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

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

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

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

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

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

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