Html Css Color HEX #553B45 Tawny Port

📋 copy color: '#553B45'

red 85 ◦ green 59 ◦ blue 69

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

Shades of Tawny Port #553B45

Tints of Tawny Port #553B45

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.7%

 BLUE value IS 69 (27.34% from 255) = 32.39%

R = 39.91%
G = 27.7%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#553B45 (or 0x553B45) is known color: Tawny Port. HEX triplet: 55, 3B and 45. RGB value is (85,59,69). Sum of RGB (Red+Green+Blue) = 85+59+69=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #553B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B45 is #AAC4BA. Grayscale: #434343. Windows color (decimal): -11191483 or 4537173. OLE color: 4537173.

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

Color convert

RGB 85 59 69 -
CMYK 0 0.31 0.19 0.67
HSL 336.92º 0.18% 0.28% -
HSV(B) 336.92º 0.31% 0.33% -
XYZ 6.38 5.49 6.35 -
YUV 67.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 85 59 69 0 0.31 0.19 0.67 336.92 0.18 0.28
Hex 55 3B 45 0 1F 13 43 151 12 1C
Octal 125 73 105 0 37 23 103 521 22 34
Binary 1010101 111011 1000101 0 11111 10011 1000011 101010001 10010 11100

Color Harmonies of #553B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553B45

Black with #553B45

Text Example


Text Example

White with #553B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,59,69); }

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

background-color css

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

 a { background-color: rgb(85,59,69); }

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

border-color css

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

 span { border-color: rgb(85,59,69); }

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