Html Css Color HEX #9F5139 Orange Roughy

📋 copy color: '#9F5139'

red 159 ◦ green 81 ◦ blue 57

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

Shades of Orange Roughy #9F5139

Tints of Orange Roughy #9F5139

RGB

 RED value IS 159 (62.5% from 255) = 53.54%

 GREEN value IS 81 (32.03% from 255) = 27.27%

 BLUE value IS 57 (22.66% from 255) = 19.19%

R = 53.54%
G = 27.27%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9F5139 (or 0x9F5139) is known color: Orange Roughy. HEX triplet: 9F, 51 and 39. RGB value is (159,81,57). Sum of RGB (Red+Green+Blue) = 159+81+57=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5139 is #60AEC6. Grayscale: #656565. Windows color (decimal): -6336199 or 3756447. OLE color: 3756447.

HSL color Cylindrical-coordinate representation of color #9F5139: hue angle of 14.12º 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 #9F5139 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 81 57 -
CMYK 0 0.49 0.64 0.38
HSL 14.12º 0.47% 0.42% -
HSV(B) 14.12º 0.64% 0.62% -
XYZ 17.98 13.55 5.54 -
YUV 101.59 102.84 168.95 -
System Red Green Blue C M Y K H S L
Decimal 159 81 57 0 0.49 0.64 0.38 14.12 0.47 0.42
Hex 9F 51 39 0 31 40 26 E 2F 2A
Octal 237 121 71 0 61 100 46 16 57 52
Binary 10011111 1010001 111001 0 110001 1000000 100110 1110 101111 101010

Color Harmonies of #9F5139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5139

Black with #9F5139

Text Example


Text Example

White with #9F5139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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