Html Css Color HEX #533735 Van Cleef

📋 copy color: '#533735'

red 83 ◦ green 55 ◦ blue 53

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

Shades of Van Cleef #533735

Tints of Van Cleef #533735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.75%

R = 43.46%
G = 28.8%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#533735 (or 0x533735) is known color: Van Cleef. HEX triplet: 53, 37 and 35. RGB value is (83,55,53). Sum of RGB (Red+Green+Blue) = 83+55+53=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #533735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533735 is #ACC8CA. Grayscale: #3F3F3F. Windows color (decimal): -11323595 or 3487571. OLE color: 3487571.

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

Color convert

RGB 83 55 53 -
CMYK 0 0.34 0.36 0.67
HSL 0.22% 0.27% -
HSV(B) 0.36% 0.33% -
XYZ 5.58 4.83 4.01 -
YUV 63.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 83 55 53 0 0.34 0.36 0.67 4 0.22 0.27
Hex 53 37 35 0 22 24 43 4 16 1B
Octal 123 67 65 0 42 44 103 4 26 33
Binary 1010011 110111 110101 0 100010 100100 1000011 100 10110 11011

Color Harmonies of #533735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533735

Black with #533735

Text Example


Text Example

White with #533735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533735; }

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

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

background-color css

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

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

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

border-color css

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

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

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