Html Css Color HEX #9F7552 Pale Brown

📋 copy color: '#9F7552'

red 159 ◦ green 117 ◦ blue 82

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

Shades of Pale Brown #9F7552

Tints of Pale Brown #9F7552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.91%

R = 44.41%
G = 32.68%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F7552 (or 0x9F7552) is known color: Pale Brown. HEX triplet: 9F, 75 and 52. RGB value is (159,117,82). Sum of RGB (Red+Green+Blue) = 159+117+82=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7552 is #608AAD. Grayscale: #7D7D7D. Windows color (decimal): -6326958 or 5404063. OLE color: 5404063.

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

Color convert

RGB 159 117 82 -
CMYK 0 0.26 0.48 0.38
HSL 27.27º 0.32% 0.47% -
HSV(B) 27.27º 0.48% 0.62% -
XYZ 22.18 20.7 10.81 -
YUV 125.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 159 117 82 0 0.26 0.48 0.38 27.27 0.32 0.47
Hex 9F 75 52 0 1A 30 26 1B 20 2F
Octal 237 165 122 0 32 60 46 33 40 57
Binary 10011111 1110101 1010010 0 11010 110000 100110 11011 100000 101111

Color Harmonies of #9F7552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7552

Black with #9F7552

Text Example


Text Example

White with #9F7552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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