Html Css Color HEX #533D37 Van Cleef

📋 copy color: '#533D37'

red 83 ◦ green 61 ◦ blue 55

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

Shades of Van Cleef #533D37

Tints of Van Cleef #533D37

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.65%

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

R = 41.71%
G = 30.65%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#533D37 (or 0x533D37) is known color: Van Cleef. HEX triplet: 53, 3D and 37. RGB value is (83,61,55). Sum of RGB (Red+Green+Blue) = 83+61+55=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #533D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D37 is #ACC2C8. Grayscale: #424242. Windows color (decimal): -11322057 or 3620179. OLE color: 3620179.

HSL color Cylindrical-coordinate representation of color #533D37: hue angle of 12.86º 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 #533D37 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 61 55 -
CMYK 0 0.27 0.34 0.67
HSL 12.86º 0.2% 0.27% -
HSV(B) 12.86º 0.34% 0.33% -
XYZ 5.93 5.45 4.35 -
YUV 66.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 83 61 55 0 0.27 0.34 0.67 12.86 0.2 0.27
Hex 53 3D 37 0 1B 22 43 D 14 1B
Octal 123 75 67 0 33 42 103 15 24 33
Binary 1010011 111101 110111 0 11011 100010 1000011 1101 10100 11011

Color Harmonies of #533D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D37

Black with #533D37

Text Example


Text Example

White with #533D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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