Html Css Color HEX #553B42 Tawny Port

📋 copy color: '#553B42'

red 85 ◦ green 59 ◦ blue 66

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

Shades of Tawny Port #553B42

Tints of Tawny Port #553B42

RGB

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

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

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

R = 40.48%
G = 28.1%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#553B42 (or 0x553B42) is known color: Tawny Port. HEX triplet: 55, 3B and 42. RGB value is (85,59,66). Sum of RGB (Red+Green+Blue) = 85+59+66=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #553B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B42 is #AAC4BD. Grayscale: #434343. Windows color (decimal): -11191486 or 4340565. OLE color: 4340565.

HSL color Cylindrical-coordinate representation of color #553B42: hue angle of 343.85º 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 #553B42 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 59 66 -
CMYK 0 0.31 0.22 0.67
HSL 343.85º 0.18% 0.28% -
HSV(B) 343.85º 0.31% 0.33% -
XYZ 6.29 5.45 5.87 -
YUV 67.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 85 59 66 0 0.31 0.22 0.67 343.85 0.18 0.28
Hex 55 3B 42 0 1F 16 43 158 12 1C
Octal 125 73 102 0 37 26 103 530 22 34
Binary 1010101 111011 1000010 0 11111 10110 1000011 101011000 10010 11100

Color Harmonies of #553B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553B42

Black with #553B42

Text Example


Text Example

White with #553B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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