#9B7242

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

Shades of Pale Brown #9B7242

Tints of Pale Brown #9B7242

Color information

#9B7242 (or 0x9B7242) is unknown color: approx Pale Brown. HEX triplet: 9B, 72 and 42. RGB value is (155,114,66). Sum of RGB (Red+Green+Blue) = 155+114+66=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7242 is #648DBD. Grayscale: #797979. Windows color (decimal): -6589886 or 4354715. OLE color: 4354715.

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

Color convert

RGB15511466-
CMYK00.260.570.39
HSL32.36º40.27%43.33%-
HSV(B)32.36º57.42%60.78%-
XYZ20.5219.47.82-
YUV120.7997.08152.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.27%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 66 (26.17% from 255) = 19.70%
R=46.27%
G=34.03%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551146600.260.570.3932.3640.2743.33
Hex9B724201A392720282b
Octal2331621020327147405053
Binary1001101111100101000010011010111001100111100000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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