#9B7546

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

Shades of Pale Brown #9B7546

Tints of Pale Brown #9B7546

Color information

#9B7546 (or 0x9B7546) is unknown color: approx Pale Brown. HEX triplet: 9B, 75 and 46. RGB value is (155,117,70). Sum of RGB (Red+Green+Blue) = 155+117+70=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7546 is #648AB9. Grayscale: #7B7B7B. Windows color (decimal): -6589114 or 4617627. OLE color: 4617627.

HSL color Cylindrical-coordinate representation of color #9B7546: hue angle of 33.18º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B7546 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB15511770-
CMYK00.250.550.39
HSL33.18º37.78%44.12%-
HSV(B)33.18º54.84%60.78%-
XYZ20.9820.138.57-
YUV12398.09150.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.32%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 70 (27.73% from 255) = 20.47%
R=45.32%
G=34.21%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551177000.250.550.3933.1837.7844.12
Hex9B7546019372721262c
Octal2331651060316747414654
Binary1001101111101011000110011001110111100111100001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,117,70); }

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

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

 a { background-color: rgb(155,117,70); }

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

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

 span { border-color: rgb(155,117,70); }

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