#543B35

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

Shades of Van Cleef #543B35

Tints of Van Cleef #543B35

Color information

#543B35 (or 0x543B35) is unknown color: approx Van Cleef. HEX triplet: 54, 3B and 35. RGB value is (84,59,53). Sum of RGB (Red+Green+Blue) = 84+59+53=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #543B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543B35 is #ABC4CA. Grayscale: #414141. Windows color (decimal): -11257035 or 3488596. OLE color: 3488596.

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

Color convert

RGB845953-
CMYK00.300.370.67
HSL11.61º22.63%26.86%-
HSV(B)11.61º36.9%32.94%-
XYZ5.865.274.08-
YUV65.79120.78140.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 59 (23.44% from 255) = 30.10%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=42.86%
G=30.10%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84595300.300.370.6711.6122.6326.86
Hex543B3501E2543c171b
Octal124736503645103142733
Binary1010100111011110101011110100101100001111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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