Html Css Color HEX #533C37 Van Cleef

📋 copy color: '#533C37'

red 83 ◦ green 60 ◦ blue 55

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

Shades of Van Cleef #533C37

Tints of Van Cleef #533C37

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.3%

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

R = 41.92%
G = 30.3%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#533C37 (or 0x533C37) is known color: Van Cleef. HEX triplet: 53, 3C and 37. RGB value is (83,60,55). Sum of RGB (Red+Green+Blue) = 83+60+55=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #533C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C37 is #ACC3C8. Grayscale: #424242. Windows color (decimal): -11322313 or 3619923. OLE color: 3619923.

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

Color convert

RGB 83 60 55 -
CMYK 0 0.28 0.34 0.67
HSL 10.71º 0.2% 0.27% -
HSV(B) 10.71º 0.34% 0.33% -
XYZ 5.87 5.35 4.34 -
YUV 66.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 83 60 55 0 0.28 0.34 0.67 10.71 0.2 0.27
Hex 53 3C 37 0 1C 22 43 B 14 1B
Octal 123 74 67 0 34 42 103 13 24 33
Binary 1010011 111100 110111 0 11100 100010 1000011 1011 10100 11011

Color Harmonies of #533C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C37

Black with #533C37

Text Example


Text Example

White with #533C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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