Html Css Color HEX #553A43 Tawny Port

📋 copy color: '#553A43'

red 85 ◦ green 58 ◦ blue 67

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

Shades of Tawny Port #553A43

Tints of Tawny Port #553A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.9%

R = 40.48%
G = 27.62%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#553A43 (or 0x553A43) is known color: Tawny Port. HEX triplet: 55, 3A and 43. RGB value is (85,58,67). Sum of RGB (Red+Green+Blue) = 85+58+67=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #553A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A43 is #AAC5BC. Grayscale: #434343. Windows color (decimal): -11191741 or 4405845. OLE color: 4405845.

HSL color Cylindrical-coordinate representation of color #553A43: hue angle of 340º 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 #553A43 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 58 67 -
CMYK 0 0.32 0.21 0.67
HSL 340º 0.19% 0.28% -
HSV(B) 340º 0.32% 0.33% -
XYZ 6.27 5.36 6.01 -
YUV 67.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 85 58 67 0 0.32 0.21 0.67 340 0.19 0.28
Hex 55 3A 43 0 20 15 43 154 13 1C
Octal 125 72 103 0 40 25 103 524 23 34
Binary 1010101 111010 1000011 0 100000 10101 1000011 101010100 10011 11100

Color Harmonies of #553A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553A43

Black with #553A43

Text Example


Text Example

White with #553A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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