Html Css Color HEX #533B45 Tawny Port

📋 copy color: '#533B45'

red 83 ◦ green 59 ◦ blue 69

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

Shades of Tawny Port #533B45

Tints of Tawny Port #533B45

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.96%

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

R = 39.34%
G = 27.96%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#533B45 (or 0x533B45) is known color: Tawny Port. HEX triplet: 53, 3B and 45. RGB value is (83,59,69). Sum of RGB (Red+Green+Blue) = 83+59+69=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #533B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B45 is #ACC4BA. Grayscale: #434343. Windows color (decimal): -11322555 or 4537171. OLE color: 4537171.

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

Color convert

RGB 83 59 69 -
CMYK 0 0.29 0.17 0.67
HSL 335º 0.17% 0.28% -
HSV(B) 335º 0.29% 0.33% -
XYZ 6.21 5.4 6.34 -
YUV 67.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 83 59 69 0 0.29 0.17 0.67 335 0.17 0.28
Hex 53 3B 45 0 1D 11 43 14F 11 1C
Octal 123 73 105 0 35 21 103 517 21 34
Binary 1010011 111011 1000101 0 11101 10001 1000011 101001111 10001 11100

Color Harmonies of #533B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B45

Black with #533B45

Text Example


Text Example

White with #533B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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