Html Css Color HEX #533B37 Van Cleef

📋 copy color: '#533B37'

red 83 ◦ green 59 ◦ blue 55

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

Shades of Van Cleef #533B37

Tints of Van Cleef #533B37

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.95%

 BLUE value IS 55 (21.88% from 255) = 27.92%

R = 42.13%
G = 29.95%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#533B37 (or 0x533B37) is known color: Van Cleef. HEX triplet: 53, 3B and 37. RGB value is (83,59,55). Sum of RGB (Red+Green+Blue) = 83+59+55=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #533B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B37 is #ACC4C8. Grayscale: #414141. Windows color (decimal): -11322569 or 3619667. OLE color: 3619667.

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

Color convert

RGB 83 59 55 -
CMYK 0 0.29 0.34 0.67
HSL 8.57º 0.2% 0.27% -
HSV(B) 8.57º 0.34% 0.33% -
XYZ 5.82 5.24 4.32 -
YUV 65.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 83 59 55 0 0.29 0.34 0.67 8.57 0.2 0.27
Hex 53 3B 37 0 1D 22 43 9 14 1B
Octal 123 73 67 0 35 42 103 11 24 33
Binary 1010011 111011 110111 0 11101 100010 1000011 1001 10100 11011

Color Harmonies of #533B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B37

Black with #533B37

Text Example


Text Example

White with #533B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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