#543A35

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

Shades of Van Cleef #543A35

Tints of Van Cleef #543A35

Color information

#543A35 (or 0x543A35) is unknown color: approx Van Cleef. HEX triplet: 54, 3A and 35. RGB value is (84,58,53). Sum of RGB (Red+Green+Blue) = 84+58+53=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #543A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543A35 is #ABC5CA. Grayscale: #414141. Windows color (decimal): -11257291 or 3488340. OLE color: 3488340.

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

Color convert

RGB845853-
CMYK00.310.370.67
HSL9.68º22.63%26.86%-
HSV(B)9.68º36.9%32.94%-
XYZ5.815.174.06-
YUV65.2121.11141.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 53 (21.09% from 255) = 27.18%
R=43.08%
G=29.74%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84585300.310.370.679.6822.6326.86
Hex543A3501F2543a171b
Octal124726503745103122733
Binary1010100111010110101011111100101100001110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543A35; }

 p { color: rgb(84,58,53); }

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

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

 a { background-color: rgb(84,58,53); }

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

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

 span { border-color: rgb(84,58,53); }

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