Html Css Color HEX #553D46 Tawny Port

📋 copy color: '#553D46'

red 85 ◦ green 61 ◦ blue 70

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

Shades of Tawny Port #553D46

Tints of Tawny Port #553D46

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.24%

 BLUE value IS 70 (27.73% from 255) = 32.41%

R = 39.35%
G = 28.24%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#553D46 (or 0x553D46) is known color: Tawny Port. HEX triplet: 55, 3D and 46. RGB value is (85,61,70). Sum of RGB (Red+Green+Blue) = 85+61+70=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #553D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D46 is #AAC2B9. Grayscale: #454545. Windows color (decimal): -11190970 or 4603221. OLE color: 4603221.

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

Color convert

RGB 85 61 70 -
CMYK 0 0.28 0.18 0.67
HSL 337.5º 0.16% 0.29% -
HSV(B) 337.5º 0.28% 0.33% -
XYZ 6.52 5.71 6.55 -
YUV 69.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 85 61 70 0 0.28 0.18 0.67 337.5 0.16 0.29
Hex 55 3D 46 0 1C 12 43 152 10 1D
Octal 125 75 106 0 34 22 103 522 20 35
Binary 1010101 111101 1000110 0 11100 10010 1000011 101010010 10000 11101

Color Harmonies of #553D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D46

Black with #553D46

Text Example


Text Example

White with #553D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,61,70); }

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

background-color css

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

 a { background-color: rgb(85,61,70); }

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

border-color css

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

 span { border-color: rgb(85,61,70); }

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