#9F4F39

Color #9F4F39 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #9F4F39

Tints of Orange Roughy #9F4F39

Color information

#9F4F39 (or 0x9F4F39) is unknown color: approx Orange Roughy. HEX triplet: 9F, 4F and 39. RGB value is (159,79,57). Sum of RGB (Red+Green+Blue) = 159+79+57=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F4F39 is #60B0C6. Grayscale: #646464. Windows color (decimal): -6336711 or 3755935. OLE color: 3755935.

HSL color Cylindrical-coordinate representation of color #9F4F39: hue angle of 12.94º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F4F39 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB1597957-
CMYK00.500.640.38
HSL12.94º47.22%42.35%-
HSV(B)12.94º64.15%62.35%-
XYZ17.8313.265.49-
YUV100.41103.5169.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.90%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 57 (22.66% from 255) = 19.32%
R=53.90%
G=26.78%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159795700.500.640.3812.9447.2242.35
Hex9F4F390324026d2f2a
Octal2371177106210046155752
Binary100111111001111111001011001010000001001101101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F4F39; }

 p { color: rgb(159,79,57); }

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

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

 a { background-color: rgb(159,79,57); }

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

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

 span { border-color: rgb(159,79,57); }

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