#9E7252

Color #9E7252 Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #9E7252

Tints of Pale Brown #9E7252

Color information

#9E7252 (or 0x9E7252) is unknown color: approx Pale Brown. HEX triplet: 9E, 72 and 52. RGB value is (158,114,82). Sum of RGB (Red+Green+Blue) = 158+114+82=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7252 is #618DAD. Grayscale: #7B7B7B. Windows color (decimal): -6393262 or 5403294. OLE color: 5403294.

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

Color convert

RGB15811482-
CMYK00.280.480.38
HSL25.26º31.67%47.06%-
HSV(B)25.26º48.1%61.96%-
XYZ21.6419.9110.69-
YUV123.51104.58152.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.63%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 82 (32.42% from 255) = 23.16%
R=44.63%
G=32.20%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581148200.280.480.3825.2631.6747.06
Hex9E725201C302619202f
Octal2361621220346046314057
Binary100111101110010101001001110011000010011011001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E7252;
 }
 .AnyTagClassName
 {
   color: #9E7252;
 }
</style>
background-color css

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

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

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

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

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

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