#9C825F

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

Shades of Sorrell Brown #9C825F

Tints of Sorrell Brown #9C825F

Color information

#9C825F (or 0x9C825F) is unknown color: approx Sorrell Brown. HEX triplet: 9C, 82 and 5F. RGB value is (156,130,95). Sum of RGB (Red+Green+Blue) = 156+130+95=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C825F is #637DA0. Grayscale: #858585. Windows color (decimal): -6520225 or 6259356. OLE color: 6259356.

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

Color convert

RGB15613095-
CMYK00.170.390.39
HSL34.43º24.3%49.22%-
HSV(B)34.43º39.1%61.18%-
XYZ23.7623.8614.18-
YUV133.78106.11143.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.94%
GREEN value IS 130 (51.17% from 255) = 34.12%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=40.94%
G=34.12%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561309500.170.390.3934.4324.349.22
Hex9C825F0112727221831
Octal2342021370214747423061
Binary1001110010000010101111101000110011110011110001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,130,95); }

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

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

 a { background-color: rgb(156,130,95); }

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

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

 span { border-color: rgb(156,130,95); }

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