Html Css Color HEX #533A33 Van Cleef

📋 copy color: '#533A33'

red 83 ◦ green 58 ◦ blue 51

#533A33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Van Cleef #533A33

Tints of Van Cleef #533A33

RGB

 RED value IS 83 (32.81% from 255) = 43.23%

 GREEN value IS 58 (23.05% from 255) = 30.21%

 BLUE value IS 51 (20.31% from 255) = 26.56%

R = 43.23%
G = 30.21%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#533A33 (or 0x533A33) is known color: Van Cleef. HEX triplet: 53, 3A and 33. RGB value is (83,58,51). Sum of RGB (Red+Green+Blue) = 83+58+51=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #533A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A33 is #ACC5CC. Grayscale: #404040. Windows color (decimal): -11322829 or 3357267. OLE color: 3357267.

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

Color convert

RGB 83 58 51 -
CMYK 0 0.30 0.39 0.67
HSL 13.13º 0.24% 0.26% -
HSV(B) 13.13º 0.39% 0.33% -
XYZ 5.68 5.1 3.82 -
YUV 64.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 83 58 51 0 0.30 0.39 0.67 13.13 0.24 0.26
Hex 53 3A 33 0 1E 27 43 D 18 1A
Octal 123 72 63 0 36 47 103 15 30 32
Binary 1010011 111010 110011 0 11110 100111 1000011 1101 11000 11010

Color Harmonies of #533A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A33

Black with #533A33

Text Example


Text Example

White with #533A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #533A33;
 }
 .AnyTagClassName
 {
   color: #533A33;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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