#573B34

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

Shades of Van Cleef #573B34

Tints of Van Cleef #573B34

Color information

#573B34 (or 0x573B34) is unknown color: approx Van Cleef. HEX triplet: 57, 3B and 34. RGB value is (87,59,52). Sum of RGB (Red+Green+Blue) = 87+59+52=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #573B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573B34 is #A8C4CB. Grayscale: #424242. Windows color (decimal): -11060428 or 3423063. OLE color: 3423063.

HSL color Cylindrical-coordinate representation of color #573B34: hue angle of 12º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #573B34 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB875952-
CMYK00.320.400.66
HSL12º25.18%27.25%-
HSV(B)12º40.23%34.12%-
XYZ6.115.43.97-
YUV66.57119.78142.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 59 (23.44% from 255) = 29.80%
BLUE value IS 52 (20.70% from 255) = 26.26%
R=43.94%
G=29.80%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87595200.320.400.661225.1827.25
Hex573B340202842c191b
Octal127736404050102143133
Binary10101111110111101000100000101000100001011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573B34; }

 p { color: rgb(87,59,52); }

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

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

 a { background-color: rgb(87,59,52); }

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

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

 span { border-color: rgb(87,59,52); }

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