Html Css Color HEX #533737 Van Cleef

📋 copy color: '#533737'

red 83 ◦ green 55 ◦ blue 55

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

Shades of Van Cleef #533737

Tints of Van Cleef #533737

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.5%

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

R = 43.01%
G = 28.5%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#533737 (or 0x533737) is known color: Van Cleef. HEX triplet: 53, 37 and 37. RGB value is (83,55,55). Sum of RGB (Red+Green+Blue) = 83+55+55=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #533737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533737 is #ACC8C8. Grayscale: #3F3F3F. Windows color (decimal): -11323593 or 3618643. OLE color: 3618643.

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

Color convert

RGB 83 55 55 -
CMYK 0 0.34 0.34 0.67
HSL 0.2% 0.27% -
HSV(B) 0.34% 0.33% -
XYZ 5.62 4.85 4.25 -
YUV 63.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 83 55 55 0 0.34 0.34 0.67 0 0.2 0.27
Hex 53 37 37 0 22 22 43 0 14 1B
Octal 123 67 67 0 42 42 103 0 24 33
Binary 1010011 110111 110111 0 100010 100010 1000011 0 10100 11011

Color Harmonies of #533737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533737

Black with #533737

Text Example


Text Example

White with #533737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533737; }

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

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

background-color css

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

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

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

border-color css

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

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

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