#553E3B

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

Shades of Van Cleef #553E3B

Tints of Van Cleef #553E3B

Color information

#553E3B (or 0x553E3B) is unknown color: approx Van Cleef. HEX triplet: 55, 3E and 3B. RGB value is (85,62,59). Sum of RGB (Red+Green+Blue) = 85+62+59=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E3B is #AAC1C4. Grayscale: #444444. Windows color (decimal): -11190725 or 3882581. OLE color: 3882581.

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

Color convert

RGB856259-
CMYK00.270.310.67
HSL6.92º18.06%28.24%-
HSV(B)6.92º30.59%33.33%-
XYZ6.265.694.91-
YUV68.54122.62139.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 62 (24.61% from 255) = 30.10%
BLUE value IS 59 (23.44% from 255) = 28.64%
R=41.26%
G=30.10%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85625900.270.310.676.9218.0628.24
Hex553E3B01B1F437121c
Octal12576730333710372234
Binary10101011111101110110110111111110000111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553E3B; }

 p { color: rgb(85,62,59); }

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

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

 a { background-color: rgb(85,62,59); }

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

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

 span { border-color: rgb(85,62,59); }

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