Html Css Color HEX #9F7458 Pale Brown

📋 copy color: '#9F7458'

red 159 ◦ green 116 ◦ blue 88

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

Shades of Pale Brown #9F7458

Tints of Pale Brown #9F7458

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

 BLUE value IS 88 (34.77% from 255) = 24.24%

R = 43.8%
G = 31.96%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9F7458 (or 0x9F7458) is known color: Pale Brown. HEX triplet: 9F, 74 and 58. RGB value is (159,116,88). Sum of RGB (Red+Green+Blue) = 159+116+88=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7458 is #608BA7. Grayscale: #7D7D7D. Windows color (decimal): -6327208 or 5797023. OLE color: 5797023.

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

Color convert

RGB 159 116 88 -
CMYK 0 0.27 0.45 0.38
HSL 23.66º 0.29% 0.48% -
HSV(B) 23.66º 0.45% 0.62% -
XYZ 22.3 20.57 12.03 -
YUV 125.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 159 116 88 0 0.27 0.45 0.38 23.66 0.29 0.48
Hex 9F 74 58 0 1B 2D 26 18 1D 30
Octal 237 164 130 0 33 55 46 30 35 60
Binary 10011111 1110100 1011000 0 11011 101101 100110 11000 11101 110000

Color Harmonies of #9F7458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7458

Black with #9F7458

Text Example


Text Example

White with #9F7458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,116,88); }

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

background-color css

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

 a { background-color: rgb(159,116,88); }

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

border-color css

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

 span { border-color: rgb(159,116,88); }

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