Html Css Color HEX #553645 Tawny Port

📋 copy color: '#553645'

red 85 ◦ green 54 ◦ blue 69

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

Shades of Tawny Port #553645

Tints of Tawny Port #553645

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.96%

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

R = 40.87%
G = 25.96%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#553645 (or 0x553645) is known color: Tawny Port. HEX triplet: 55, 36 and 45. RGB value is (85,54,69). Sum of RGB (Red+Green+Blue) = 85+54+69=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #553645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553645 is #AAC9BA. Grayscale: #404040. Windows color (decimal): -11192763 or 4535893. OLE color: 4535893.

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

Color convert

RGB 85 54 69 -
CMYK 0 0.36 0.19 0.67
HSL 330.97º 0.22% 0.27% -
HSV(B) 330.97º 0.36% 0.33% -
XYZ 6.14 5 6.27 -
YUV 64.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 85 54 69 0 0.36 0.19 0.67 330.97 0.22 0.27
Hex 55 36 45 0 24 13 43 14B 16 1B
Octal 125 66 105 0 44 23 103 513 26 33
Binary 1010101 110110 1000101 0 100100 10011 1000011 101001011 10110 11011

Color Harmonies of #553645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553645

Black with #553645

Text Example


Text Example

White with #553645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553645; }

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

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

background-color css

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

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

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

border-color css

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

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

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