#553E38

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

Shades of Van Cleef #553E38

Tints of Van Cleef #553E38

Color information

#553E38 (or 0x553E38) is unknown color: approx Van Cleef. HEX triplet: 55, 3E and 38. RGB value is (85,62,56). Sum of RGB (Red+Green+Blue) = 85+62+56=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #553E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E38 is #AAC1C7. Grayscale: #444444. Windows color (decimal): -11190728 or 3685973. OLE color: 3685973.

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

Color convert

RGB856256-
CMYK00.270.340.67
HSL12.41º20.57%27.65%-
HSV(B)12.41º34.12%33.33%-
XYZ6.185.664.51-
YUV68.19121.12139.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=41.87%
G=30.54%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85625600.270.340.6712.4120.5727.65
Hex553E3801B2243c151c
Octal125767003342103142534
Binary1010101111110111000011011100010100001111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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