Html Css Color HEX #9F523B Orange Roughy

📋 copy color: '#9F523B'

red 159 ◦ green 82 ◦ blue 59

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

Shades of Orange Roughy #9F523B

Tints of Orange Roughy #9F523B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.33%

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

R = 53%
G = 27.33%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9F523B (or 0x9F523B) is known color: Orange Roughy. HEX triplet: 9F, 52 and 3B. RGB value is (159,82,59). Sum of RGB (Red+Green+Blue) = 159+82+59=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F523B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F523B is #60ADC4. Grayscale: #666666. Windows color (decimal): -6335941 or 3887775. OLE color: 3887775.

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

Color convert

RGB 159 82 59 -
CMYK 0 0.48 0.63 0.38
HSL 13.8º 0.46% 0.43% -
HSV(B) 13.8º 0.63% 0.62% -
XYZ 18.1 13.72 5.83 -
YUV 102.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 159 82 59 0 0.48 0.63 0.38 13.8 0.46 0.43
Hex 9F 52 3B 0 30 3F 26 E 2E 2B
Octal 237 122 73 0 60 77 46 16 56 53
Binary 10011111 1010010 111011 0 110000 111111 100110 1110 101110 101011

Color Harmonies of #9F523B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F523B

Black with #9F523B

Text Example


Text Example

White with #9F523B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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