Html Css Color HEX #533D44 Tawny Port

📋 copy color: '#533D44'

red 83 ◦ green 61 ◦ blue 68

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

Shades of Tawny Port #533D44

Tints of Tawny Port #533D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.08%

R = 39.15%
G = 28.77%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#533D44 (or 0x533D44) is known color: Tawny Port. HEX triplet: 53, 3D and 44. RGB value is (83,61,68). Sum of RGB (Red+Green+Blue) = 83+61+68=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #533D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D44 is #ACC2BB. Grayscale: #444444. Windows color (decimal): -11322044 or 4472147. OLE color: 4472147.

HSL color Cylindrical-coordinate representation of color #533D44: hue angle of 340.91º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #533D44 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 61 68 -
CMYK 0 0.27 0.18 0.67
HSL 340.91º 0.15% 0.28% -
HSV(B) 340.91º 0.27% 0.33% -
XYZ 6.28 5.59 6.22 -
YUV 68.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 83 61 68 0 0.27 0.18 0.67 340.91 0.15 0.28
Hex 53 3D 44 0 1B 12 43 155 F 1C
Octal 123 75 104 0 33 22 103 525 17 34
Binary 1010011 111101 1000100 0 11011 10010 1000011 101010101 1111 11100

Color Harmonies of #533D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D44

Black with #533D44

Text Example


Text Example

White with #533D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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