Html Css Color HEX #533C45 Tawny Port

📋 copy color: '#533C45'

red 83 ◦ green 60 ◦ blue 69

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

Shades of Tawny Port #533C45

Tints of Tawny Port #533C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 32.55%

R = 39.15%
G = 28.3%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#533C45 (or 0x533C45) is known color: Tawny Port. HEX triplet: 53, 3C and 45. RGB value is (83,60,69). Sum of RGB (Red+Green+Blue) = 83+60+69=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #533C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C45 is #ACC3BA. Grayscale: #434343. Windows color (decimal): -11322299 or 4537427. OLE color: 4537427.

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

Color convert

RGB 83 60 69 -
CMYK 0 0.28 0.17 0.67
HSL 336.52º 0.16% 0.28% -
HSV(B) 336.52º 0.28% 0.33% -
XYZ 6.26 5.5 6.36 -
YUV 67.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 83 60 69 0 0.28 0.17 0.67 336.52 0.16 0.28
Hex 53 3C 45 0 1C 11 43 151 10 1C
Octal 123 74 105 0 34 21 103 521 20 34
Binary 1010011 111100 1000101 0 11100 10001 1000011 101010001 10000 11100

Color Harmonies of #533C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C45

Black with #533C45

Text Example


Text Example

White with #533C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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