Html Css Color HEX #9F7454 Pale Brown

📋 copy color: '#9F7454'

red 159 ◦ green 116 ◦ blue 84

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

Shades of Pale Brown #9F7454

Tints of Pale Brown #9F7454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.4%

R = 44.29%
G = 32.31%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F7454 (or 0x9F7454) is known color: Pale Brown. HEX triplet: 9F, 74 and 54. RGB value is (159,116,84). Sum of RGB (Red+Green+Blue) = 159+116+84=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7454 is #608BAB. Grayscale: #7D7D7D. Windows color (decimal): -6327212 or 5534879. OLE color: 5534879.

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

Color convert

RGB 159 116 84 -
CMYK 0 0.27 0.47 0.38
HSL 25.6º 0.31% 0.48% -
HSV(B) 25.6º 0.47% 0.62% -
XYZ 22.14 20.5 11.18 -
YUV 125.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 159 116 84 0 0.27 0.47 0.38 25.6 0.31 0.48
Hex 9F 74 54 0 1B 2F 26 1A 1F 30
Octal 237 164 124 0 33 57 46 32 37 60
Binary 10011111 1110100 1010100 0 11011 101111 100110 11010 11111 110000

Color Harmonies of #9F7454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7454

Black with #9F7454

Text Example


Text Example

White with #9F7454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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