#9F4F38

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

Shades of Orange Roughy #9F4F38

Tints of Orange Roughy #9F4F38

Color information

#9F4F38 (or 0x9F4F38) is unknown color: approx Orange Roughy. HEX triplet: 9F, 4F and 38. RGB value is (159,79,56). Sum of RGB (Red+Green+Blue) = 159+79+56=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F4F38 is #60B0C7. Grayscale: #646464. Windows color (decimal): -6336712 or 3690399. OLE color: 3690399.

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

Color convert

RGB1597956-
CMYK00.500.650.38
HSL13.4º47.91%42.16%-
HSV(B)13.4º64.78%62.35%-
XYZ17.8113.255.36-
YUV100.3103169.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.08%
GREEN value IS 79 (31.25% from 255) = 26.87%
BLUE value IS 56 (22.27% from 255) = 19.05%
R=54.08%
G=26.87%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159795600.500.650.3813.447.9142.16
Hex9F4F380324126d302a
Octal2371177006210146156052
Binary100111111001111111000011001010000011001101101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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