Html Css Color HEX #9F7254 Pale Brown

📋 copy color: '#9F7254'

red 159 ◦ green 114 ◦ blue 84

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

Shades of Pale Brown #9F7254

Tints of Pale Brown #9F7254

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

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

R = 44.54%
G = 31.93%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F7254 (or 0x9F7254) is known color: Pale Brown. HEX triplet: 9F, 72 and 54. RGB value is (159,114,84). Sum of RGB (Red+Green+Blue) = 159+114+84=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7254 is #608DAB. Grayscale: #7C7C7C. Windows color (decimal): -6327724 or 5534367. OLE color: 5534367.

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

Color convert

RGB 159 114 84 -
CMYK 0 0.28 0.47 0.38
HSL 24º 0.31% 0.48% -
HSV(B) 24º 0.47% 0.62% -
XYZ 21.92 20.05 11.1 -
YUV 124.04 105.41 152.94 -
System Red Green Blue C M Y K H S L
Decimal 159 114 84 0 0.28 0.47 0.38 24 0.31 0.48
Hex 9F 72 54 0 1C 2F 26 18 1F 30
Octal 237 162 124 0 34 57 46 30 37 60
Binary 10011111 1110010 1010100 0 11100 101111 100110 11000 11111 110000

Color Harmonies of #9F7254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7254

Black with #9F7254

Text Example


Text Example

White with #9F7254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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