#533A34

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

Shades of Van Cleef #533A34

Tints of Van Cleef #533A34

Color information

#533A34 (or 0x533A34) is unknown color: approx Van Cleef. HEX triplet: 53, 3A and 34. RGB value is (83,58,52). Sum of RGB (Red+Green+Blue) = 83+58+52=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #533A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A34 is #ACC5CB. Grayscale: #404040. Windows color (decimal): -11322828 or 3422803. OLE color: 3422803.

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

Color convert

RGB835852-
CMYK00.300.370.67
HSL11.61º22.96%26.47%-
HSV(B)11.61º37.35%32.55%-
XYZ5.75.113.94-
YUV64.79120.78140.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 52 (20.70% from 255) = 26.94%
R=43.01%
G=30.05%
B=26.94%

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
Decimal83585200.300.370.6711.6122.9626.47
Hex533A3401E2543c171a
Octal123726403645103142732
Binary1010011111010110100011110100101100001111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533A34; }

 p { color: rgb(83,58,52); }

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

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

 a { background-color: rgb(83,58,52); }

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

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

 span { border-color: rgb(83,58,52); }

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