Html Css Color HEX #9F7242 Pale Brown

📋 copy color: '#9F7242'

red 159 ◦ green 114 ◦ blue 66

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

Shades of Pale Brown #9F7242

Tints of Pale Brown #9F7242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.47%

R = 46.9%
G = 33.63%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9F7242 (or 0x9F7242) is known color: Pale Brown. HEX triplet: 9F, 72 and 42. RGB value is (159,114,66). Sum of RGB (Red+Green+Blue) = 159+114+66=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7242 is #608DBD. Grayscale: #7A7A7A. Windows color (decimal): -6327742 or 4354719. OLE color: 4354719.

HSL color Cylindrical-coordinate representation of color #9F7242: hue angle of 30.97º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F7242 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 114 66 -
CMYK 0 0.28 0.58 0.38
HSL 30.97º 0.41% 0.44% -
HSV(B) 30.97º 0.58% 0.62% -
XYZ 21.3 19.8 7.85 -
YUV 121.98 96.41 154.4 -
System Red Green Blue C M Y K H S L
Decimal 159 114 66 0 0.28 0.58 0.38 30.97 0.41 0.44
Hex 9F 72 42 0 1C 3A 26 1F 29 2C
Octal 237 162 102 0 34 72 46 37 51 54
Binary 10011111 1110010 1000010 0 11100 111010 100110 11111 101001 101100

Color Harmonies of #9F7242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7242

Black with #9F7242

Text Example


Text Example

White with #9F7242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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