Html Css Color HEX #553942 Tawny Port

📋 copy color: '#553942'

red 85 ◦ green 57 ◦ blue 66

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

Shades of Tawny Port #553942

Tints of Tawny Port #553942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.4%

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

R = 40.87%
G = 27.4%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#553942 (or 0x553942) is known color: Tawny Port. HEX triplet: 55, 39 and 42. RGB value is (85,57,66). Sum of RGB (Red+Green+Blue) = 85+57+66=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #553942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553942 is #AAC6BD. Grayscale: #424242. Windows color (decimal): -11191998 or 4340053. OLE color: 4340053.

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

Color convert

RGB 85 57 66 -
CMYK 0 0.33 0.22 0.67
HSL 340.71º 0.2% 0.28% -
HSV(B) 340.71º 0.33% 0.33% -
XYZ 6.19 5.25 5.84 -
YUV 66.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 85 57 66 0 0.33 0.22 0.67 340.71 0.2 0.28
Hex 55 39 42 0 21 16 43 155 14 1C
Octal 125 71 102 0 41 26 103 525 24 34
Binary 1010101 111001 1000010 0 100001 10110 1000011 101010101 10100 11100

Color Harmonies of #553942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553942

Black with #553942

Text Example


Text Example

White with #553942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553942; }

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

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

background-color css

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

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

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

border-color css

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

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

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