#533B3B

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

Shades of Van Cleef #533B3B

Tints of Van Cleef #533B3B

Color information

#533B3B (or 0x533B3B) is unknown color: approx Van Cleef. HEX triplet: 53, 3B and 3B. RGB value is (83,59,59). Sum of RGB (Red+Green+Blue) = 83+59+59=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #533B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B3B is #ACC4C4. Grayscale: #424242. Windows color (decimal): -11322565 or 3881811. OLE color: 3881811.

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

Color convert

RGB835959-
CMYK00.290.290.67
HSL16.9%27.84%-
HSV(B)28.92%32.55%-
XYZ5.925.284.85-
YUV66.18123.95140-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 59 (23.44% from 255) = 29.35%
BLUE value IS 59 (23.44% from 255) = 29.35%
R=41.29%
G=29.35%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83595900.290.290.67016.927.84
Hex533B3B01D1D430111c
Octal12373730353510302134
Binary101001111101111101101110111101100001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,59,59); }

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

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

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

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

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

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

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