#533C3A

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

Shades of Van Cleef #533C3A

Tints of Van Cleef #533C3A

Color information

#533C3A (or 0x533C3A) is unknown color: approx Van Cleef. HEX triplet: 53, 3C and 3A. RGB value is (83,60,58). Sum of RGB (Red+Green+Blue) = 83+60+58=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #533C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C3A is #ACC3C5. Grayscale: #424242. Windows color (decimal): -11322310 or 3816531. OLE color: 3816531.

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

Color convert

RGB836058-
CMYK00.280.300.67
HSL4.8º17.73%27.65%-
HSV(B)4.8º30.12%32.55%-
XYZ5.955.384.73-
YUV66.65123.12139.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 58 (23.05% from 255) = 28.86%
R=41.29%
G=29.85%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83605800.280.300.674.817.7327.65
Hex533C3A01C1E435121c
Octal12374720343610352234
Binary10100111111001110100111001111010000111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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