#553838

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

Shades of Van Cleef #553838

Tints of Van Cleef #553838

Color information

#553838 (or 0x553838) is unknown color: approx Van Cleef. HEX triplet: 55, 38 and 38. RGB value is (85,56,56). Sum of RGB (Red+Green+Blue) = 85+56+56=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #553838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553838 is #AAC7C7. Grayscale: #404040. Windows color (decimal): -11192264 or 3684437. OLE color: 3684437.

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

Color convert

RGB855656-
CMYK00.340.340.67
HSL20.57%27.65%-
HSV(B)34.12%33.33%-
XYZ5.875.054.41-
YUV64.67123.11142.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 56 (22.27% from 255) = 28.43%
BLUE value IS 56 (22.27% from 255) = 28.43%
R=43.15%
G=28.43%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85565600.340.340.67020.5727.65
Hex55383802222430151c
Octal12570700424210302534
Binary10101011110001110000100010100010100001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553838; }

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

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

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

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

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

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

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

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