#9B7042

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

Shades of Pale Brown #9B7042

Tints of Pale Brown #9B7042

Color information

#9B7042 (or 0x9B7042) is unknown color: approx Pale Brown. HEX triplet: 9B, 70 and 42. RGB value is (155,112,66). Sum of RGB (Red+Green+Blue) = 155+112+66=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7042 is #648FBD. Grayscale: #777777. Windows color (decimal): -6590398 or 4354203. OLE color: 4354203.

HSL color Cylindrical-coordinate representation of color #9B7042: hue angle of 31.01º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B7042 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB15511266-
CMYK00.280.570.39
HSL31.01º40.27%43.33%-
HSV(B)31.01º57.42%60.78%-
XYZ20.318.957.74-
YUV119.6197.75153.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.55%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 66 (26.17% from 255) = 19.82%
R=46.55%
G=33.63%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551126600.280.570.3931.0140.2743.33
Hex9B704201C39271f282b
Octal2331601020347147375053
Binary100110111110000100001001110011100110011111111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,112,66); }

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

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

 a { background-color: rgb(155,112,66); }

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

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

 span { border-color: rgb(155,112,66); }

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