Html Css Color HEX #9F7546 Pale Brown

📋 copy color: '#9F7546'

red 159 ◦ green 117 ◦ blue 70

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

Shades of Pale Brown #9F7546

Tints of Pale Brown #9F7546

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 45.95%
G = 33.82%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#9F7546 (or 0x9F7546) is known color: Pale Brown. HEX triplet: 9F, 75 and 46. RGB value is (159,117,70). Sum of RGB (Red+Green+Blue) = 159+117+70=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7546 is #608AB9. Grayscale: #7C7C7C. Windows color (decimal): -6326970 or 4617631. OLE color: 4617631.

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

Color convert

RGB 159 117 70 -
CMYK 0 0.26 0.56 0.38
HSL 31.69º 0.39% 0.45% -
HSV(B) 31.69º 0.56% 0.62% -
XYZ 21.76 20.54 8.61 -
YUV 124.2 97.41 152.82 -
System Red Green Blue C M Y K H S L
Decimal 159 117 70 0 0.26 0.56 0.38 31.69 0.39 0.45
Hex 9F 75 46 0 1A 38 26 20 27 2D
Octal 237 165 106 0 32 70 46 40 47 55
Binary 10011111 1110101 1000110 0 11010 111000 100110 100000 100111 101101

Color Harmonies of #9F7546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7546

Black with #9F7546

Text Example


Text Example

White with #9F7546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,117,70); }

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

background-color css

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

 a { background-color: rgb(159,117,70); }

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

border-color css

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

 span { border-color: rgb(159,117,70); }

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