Html Css Color HEX #9E7552 Pale Brown

📋 copy color: '#9E7552'

red 158 ◦ green 117 ◦ blue 82

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

Shades of Pale Brown #9E7552

Tints of Pale Brown #9E7552

RGB

 RED value IS 158 (62.11% from 255) = 44.26%

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

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

R = 44.26%
G = 32.77%
B = 22.97%

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

#9E7552 (or 0x9E7552) is known color: Pale Brown. HEX triplet: 9E, 75 and 52. RGB value is (158,117,82). Sum of RGB (Red+Green+Blue) = 158+117+82=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7552 is #618AAD. Grayscale: #7D7D7D. Windows color (decimal): -6392494 or 5404062. OLE color: 5404062.

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

Color convert

RGB 158 117 82 -
CMYK 0 0.26 0.48 0.38
HSL 27.63º 0.32% 0.47% -
HSV(B) 27.63º 0.48% 0.62% -
XYZ 21.98 20.6 10.8 -
YUV 125.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 158 117 82 0 0.26 0.48 0.38 27.63 0.32 0.47
Hex 9E 75 52 0 1A 30 26 1C 20 2F
Octal 236 165 122 0 32 60 46 34 40 57
Binary 10011110 1110101 1010010 0 11010 110000 100110 11100 100000 101111

Color Harmonies of #9E7552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7552

Black with #9E7552

Text Example


Text Example

White with #9E7552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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