Html Css Color HEX #533535 Van Cleef

📋 copy color: '#533535'

red 83 ◦ green 53 ◦ blue 53

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

Shades of Van Cleef #533535

Tints of Van Cleef #533535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.04%

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

R = 43.92%
G = 28.04%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#533535 (or 0x533535) is known color: Van Cleef. HEX triplet: 53, 35 and 35. RGB value is (83,53,53). Sum of RGB (Red+Green+Blue) = 83+53+53=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #533535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533535 is #ACCACA. Grayscale: #3E3E3E. Windows color (decimal): -11324107 or 3487059. OLE color: 3487059.

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

Color convert

RGB 83 53 53 -
CMYK 0 0.36 0.36 0.67
HSL 0.22% 0.27% -
HSV(B) 0.36% 0.33% -
XYZ 5.48 4.64 3.98 -
YUV 61.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 83 53 53 0 0.36 0.36 0.67 0 0.22 0.27
Hex 53 35 35 0 24 24 43 0 16 1B
Octal 123 65 65 0 44 44 103 0 26 33
Binary 1010011 110101 110101 0 100100 100100 1000011 0 10110 11011

Color Harmonies of #533535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533535

Black with #533535

Text Example


Text Example

White with #533535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533535; }

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

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

background-color css

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

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

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

border-color css

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

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

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