Html Css Color HEX #9F4D36 Orange Roughy

📋 copy color: '#9F4D36'

red 159 ◦ green 77 ◦ blue 54

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

Shades of Orange Roughy #9F4D36

Tints of Orange Roughy #9F4D36

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.55%

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 54.83%
G = 26.55%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9F4D36 (or 0x9F4D36) is known color: Orange Roughy. HEX triplet: 9F, 4D and 36. RGB value is (159,77,54). Sum of RGB (Red+Green+Blue) = 159+77+54=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F4D36 is #60B2C9. Grayscale: #636363. Windows color (decimal): -6337226 or 3558815. OLE color: 3558815.

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

Color convert

RGB 159 77 54 -
CMYK 0 0.52 0.66 0.38
HSL 13.14º 0.49% 0.42% -
HSV(B) 13.14º 0.66% 0.62% -
XYZ 17.62 12.95 5.06 -
YUV 98.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 159 77 54 0 0.52 0.66 0.38 13.14 0.49 0.42
Hex 9F 4D 36 0 34 42 26 D 31 2A
Octal 237 115 66 0 64 102 46 15 61 52
Binary 10011111 1001101 110110 0 110100 1000010 100110 1101 110001 101010

Color Harmonies of #9F4D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4D36

Black with #9F4D36

Text Example


Text Example

White with #9F4D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,77,54); }

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

background-color css

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

 a { background-color: rgb(159,77,54); }

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

border-color css

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

 span { border-color: rgb(159,77,54); }

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