#553935

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

Shades of Van Cleef #553935

Tints of Van Cleef #553935

Color information

#553935 (or 0x553935) is unknown color: approx Van Cleef. HEX triplet: 55, 39 and 35. RGB value is (85,57,53). Sum of RGB (Red+Green+Blue) = 85+57+53=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #553935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553935 is #AAC6CA. Grayscale: #404040. Windows color (decimal): -11192011 or 3488085. OLE color: 3488085.

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

Color convert

RGB855753-
CMYK00.330.380.67
HSL7.5º23.19%27.06%-
HSV(B)7.5º37.65%33.33%-
XYZ5.855.114.05-
YUV64.92121.28142.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 53 (21.09% from 255) = 27.18%
R=43.59%
G=29.23%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85575300.330.380.677.523.1927.06
Hex55393502126438171b
Octal125716504146103102733
Binary10101011110011101010100001100110100001110001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553935; }

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

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

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

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

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

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

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

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