Html Css Color HEX #9F503B Orange Roughy

📋 copy color: '#9F503B'

red 159 ◦ green 80 ◦ blue 59

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

Shades of Orange Roughy #9F503B

Tints of Orange Roughy #9F503B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.85%

 BLUE value IS 59 (23.44% from 255) = 19.8%

R = 53.36%
G = 26.85%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9F503B (or 0x9F503B) is known color: Orange Roughy. HEX triplet: 9F, 50 and 3B. RGB value is (159,80,59). Sum of RGB (Red+Green+Blue) = 159+80+59=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F503B is #60AFC4. Grayscale: #656565. Windows color (decimal): -6336453 or 3887263. OLE color: 3887263.

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

Color convert

RGB 159 80 59 -
CMYK 0 0.50 0.63 0.38
HSL 12.6º 0.46% 0.43% -
HSV(B) 12.6º 0.63% 0.62% -
XYZ 17.96 13.42 5.78 -
YUV 101.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 159 80 59 0 0.50 0.63 0.38 12.6 0.46 0.43
Hex 9F 50 3B 0 32 3F 26 D 2E 2B
Octal 237 120 73 0 62 77 46 15 56 53
Binary 10011111 1010000 111011 0 110010 111111 100110 1101 101110 101011

Color Harmonies of #9F503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F503B

Black with #9F503B

Text Example


Text Example

White with #9F503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,80,59); }

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

background-color css

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

 a { background-color: rgb(159,80,59); }

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

border-color css

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

 span { border-color: rgb(159,80,59); }

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