Html Css Color HEX #553A42 Tawny Port

📋 copy color: '#553A42'

red 85 ◦ green 58 ◦ blue 66

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

Shades of Tawny Port #553A42

Tints of Tawny Port #553A42

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.75%

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

R = 40.67%
G = 27.75%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#553A42 (or 0x553A42) is known color: Tawny Port. HEX triplet: 55, 3A and 42. RGB value is (85,58,66). Sum of RGB (Red+Green+Blue) = 85+58+66=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #553A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A42 is #AAC5BD. Grayscale: #424242. Windows color (decimal): -11191742 or 4340309. OLE color: 4340309.

HSL color Cylindrical-coordinate representation of color #553A42: hue angle of 342.22º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #553A42 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 58 66 -
CMYK 0 0.32 0.22 0.67
HSL 342.22º 0.19% 0.28% -
HSV(B) 342.22º 0.32% 0.33% -
XYZ 6.24 5.35 5.86 -
YUV 66.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 85 58 66 0 0.32 0.22 0.67 342.22 0.19 0.28
Hex 55 3A 42 0 20 16 43 156 13 1C
Octal 125 72 102 0 40 26 103 526 23 34
Binary 1010101 111010 1000010 0 100000 10110 1000011 101010110 10011 11100

Color Harmonies of #553A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553A42

Black with #553A42

Text Example


Text Example

White with #553A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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