#5F424B

Color #5F424B Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #5F424B

Tints of Tawny Port #5F424B

Color information

#5F424B (or 0x5F424B) is unknown color: approx Tawny Port. HEX triplet: 5F, 42 and 4B. RGB value is (95,66,75). Sum of RGB (Red+Green+Blue) = 95+66+75=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 95 - color contains mainly: red. Hex color #5F424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F424B is #A0BDB4. Grayscale: #4B4B4B. Windows color (decimal): -10534325 or 4932191. OLE color: 4932191.

HSL color Cylindrical-coordinate representation of color #5F424B: hue angle of 341.38º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F424B is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB956675-
CMYK00.310.210.63
HSL341.38º18.01%31.57%-
HSV(B)341.38º30.53%37.25%-
XYZ7.946.847.56-
YUV75.7127.61141.77-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.25%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=40.25%
G=27.97%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95667500.310.210.63341.3818.0131.57
Hex5F424B01F153F1551220
Octal13710211303725775252240
Binary1011111100001010010110111111010111111110101010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F424B; }

 p { color: rgb(95,66,75); }

 H1.HeaderClassName
 {
   color: #5F424B;
 }
 .AnyTagClassName
 {
   color: #5F424B;
 }
</style>
background-color css

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

 a { background-color: rgb(95,66,75); }

 div.DivClassName
 {
   background-color: #5F424B;
 }
 .BgClassName
 {
   background-color: #5F424B;
 }
</style>
border-color css

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

 span { border-color: rgb(95,66,75); }

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