Html Css Color HEX #553742 Tawny Port

📋 copy color: '#553742'

red 85 ◦ green 55 ◦ blue 66

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

Shades of Tawny Port #553742

Tints of Tawny Port #553742

RGB

 RED value IS 85 (33.59% from 255) = 41.26%

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

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

R = 41.26%
G = 26.7%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#553742 (or 0x553742) is known color: Tawny Port. HEX triplet: 55, 37 and 42. RGB value is (85,55,66). Sum of RGB (Red+Green+Blue) = 85+55+66=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553742 is #AAC8BD. Grayscale: #414141. Windows color (decimal): -11192510 or 4339541. OLE color: 4339541.

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

Color convert

RGB 85 55 66 -
CMYK 0 0.35 0.22 0.67
HSL 338º 0.21% 0.27% -
HSV(B) 338º 0.35% 0.33% -
XYZ 6.1 5.06 5.81 -
YUV 65.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 85 55 66 0 0.35 0.22 0.67 338 0.21 0.27
Hex 55 37 42 0 23 16 43 152 15 1B
Octal 125 67 102 0 43 26 103 522 25 33
Binary 1010101 110111 1000010 0 100011 10110 1000011 101010010 10101 11011

Color Harmonies of #553742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553742

Black with #553742

Text Example


Text Example

White with #553742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553742; }

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

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

background-color css

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

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

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

border-color css

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

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

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