#9C7952

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

Shades of Pale Brown #9C7952

Tints of Pale Brown #9C7952

Color information

#9C7952 (or 0x9C7952) is unknown color: approx Pale Brown. HEX triplet: 9C, 79 and 52. RGB value is (156,121,82). Sum of RGB (Red+Green+Blue) = 156+121+82=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7952 is #6386AD. Grayscale: #7F7F7F. Windows color (decimal): -6522542 or 5405084. OLE color: 5405084.

HSL color Cylindrical-coordinate representation of color #9C7952: hue angle of 31.62º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C7952 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB15612182-
CMYK00.220.470.39
HSL31.62º31.09%46.67%-
HSV(B)31.62º47.44%61.18%-
XYZ22.0721.3510.94-
YUV127.02102.6148.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.45%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=43.45%
G=33.70%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561218200.220.470.3931.6231.0946.67
Hex9C79520162F27201f2f
Octal2341711220265747403757
Binary100111001111001101001001011010111110011110000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,121,82); }

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

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

 a { background-color: rgb(156,121,82); }

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

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

 span { border-color: rgb(156,121,82); }

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