Html Css Color HEX #533742 Tawny Port

📋 copy color: '#533742'

red 83 ◦ green 55 ◦ blue 66

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

Shades of Tawny Port #533742

Tints of Tawny Port #533742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.35%

R = 40.69%
G = 26.96%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#533742 (or 0x533742) is known color: Tawny Port. HEX triplet: 53, 37 and 42. RGB value is (83,55,66). Sum of RGB (Red+Green+Blue) = 83+55+66=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533742 is #ACC8BD. Grayscale: #404040. Windows color (decimal): -11323582 or 4339539. OLE color: 4339539.

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

Color convert

RGB 83 55 66 -
CMYK 0 0.34 0.20 0.67
HSL 336.43º 0.2% 0.27% -
HSV(B) 336.43º 0.34% 0.33% -
XYZ 5.92 4.96 5.8 -
YUV 64.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 83 55 66 0 0.34 0.20 0.67 336.43 0.2 0.27
Hex 53 37 42 0 22 14 43 150 14 1B
Octal 123 67 102 0 42 24 103 520 24 33
Binary 1010011 110111 1000010 0 100010 10100 1000011 101010000 10100 11011

Color Harmonies of #533742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533742

Black with #533742

Text Example


Text Example

White with #533742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533742; }

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

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

background-color css

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

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

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

border-color css

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

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

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