Html Css Color HEX #553542 Tawny Port

📋 copy color: '#553542'

red 85 ◦ green 53 ◦ blue 66

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

Shades of Tawny Port #553542

Tints of Tawny Port #553542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.98%

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

R = 41.67%
G = 25.98%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#553542 (or 0x553542) is known color: Tawny Port. HEX triplet: 55, 35 and 42. RGB value is (85,53,66). Sum of RGB (Red+Green+Blue) = 85+53+66=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #553542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553542 is #AACABD. Grayscale: #404040. Windows color (decimal): -11193022 or 4339029. OLE color: 4339029.

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

Color convert

RGB 85 53 66 -
CMYK 0 0.38 0.22 0.67
HSL 335.63º 0.23% 0.27% -
HSV(B) 335.63º 0.38% 0.33% -
XYZ 6 4.87 5.78 -
YUV 64.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 85 53 66 0 0.38 0.22 0.67 335.63 0.23 0.27
Hex 55 35 42 0 26 16 43 150 17 1B
Octal 125 65 102 0 46 26 103 520 27 33
Binary 1010101 110101 1000010 0 100110 10110 1000011 101010000 10111 11011

Color Harmonies of #553542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553542

Black with #553542

Text Example


Text Example

White with #553542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553542; }

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

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

background-color css

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

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

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

border-color css

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

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

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