#553A36

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

Shades of Van Cleef #553A36

Tints of Van Cleef #553A36

Color information

#553A36 (or 0x553A36) is unknown color: approx Van Cleef. HEX triplet: 55, 3A and 36. RGB value is (85,58,54). Sum of RGB (Red+Green+Blue) = 85+58+54=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #553A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A36 is #AAC5C9. Grayscale: #414141. Windows color (decimal): -11191754 or 3553877. OLE color: 3553877.

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

Color convert

RGB855854-
CMYK00.320.360.67
HSL7.74º22.3%27.25%-
HSV(B)7.74º36.47%33.33%-
XYZ5.935.224.19-
YUV65.62121.45141.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 58 (23.05% from 255) = 29.44%
BLUE value IS 54 (21.48% from 255) = 27.41%
R=43.15%
G=29.44%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85585400.320.360.677.7422.327.25
Hex553A3602024438161b
Octal125726604044103102633
Binary10101011110101101100100000100100100001110001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,58,54); }

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

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

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

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

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

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

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