Html Css Color HEX #9E744B Pale Brown

📋 copy color: '#9E744B'

red 158 ◦ green 116 ◦ blue 75

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

Shades of Pale Brown #9E744B

Tints of Pale Brown #9E744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.24%

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 45.27%
G = 33.24%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9E744B (or 0x9E744B) is known color: Pale Brown. HEX triplet: 9E, 74 and 4B. RGB value is (158,116,75). Sum of RGB (Red+Green+Blue) = 158+116+75=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E744B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E744B is #618BB4. Grayscale: #7C7C7C. Windows color (decimal): -6392757 or 4945054. OLE color: 4945054.

HSL color Cylindrical-coordinate representation of color #9E744B: hue angle of 29.64º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E744B is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 116 75 -
CMYK 0 0.27 0.53 0.38
HSL 29.64º 0.36% 0.46% -
HSV(B) 29.64º 0.53% 0.62% -
XYZ 21.62 20.27 9.43 -
YUV 123.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 158 116 75 0 0.27 0.53 0.38 29.64 0.36 0.46
Hex 9E 74 4B 0 1B 35 26 1E 24 2E
Octal 236 164 113 0 33 65 46 36 44 56
Binary 10011110 1110100 1001011 0 11011 110101 100110 11110 100100 101110

Color Harmonies of #9E744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E744B

Black with #9E744B

Text Example


Text Example

White with #9E744B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,116,75); }

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

background-color css

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

 a { background-color: rgb(158,116,75); }

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

border-color css

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

 span { border-color: rgb(158,116,75); }

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