#9A825F

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

Shades of Sorrell Brown #9A825F

Tints of Sorrell Brown #9A825F

Color information

#9A825F (or 0x9A825F) is unknown color: approx Sorrell Brown. HEX triplet: 9A, 82 and 5F. RGB value is (154,130,95). Sum of RGB (Red+Green+Blue) = 154+130+95=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 154 - color contains mainly: red. Hex color #9A825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A825F is #657DA0. Grayscale: #858585. Windows color (decimal): -6651297 or 6259354. OLE color: 6259354.

HSL color Cylindrical-coordinate representation of color #9A825F: hue angle of 35.59º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A825F is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB15413095-
CMYK00.160.380.40
HSL35.59º23.69%48.82%-
HSV(B)35.59º38.31%60.39%-
XYZ23.3723.6614.16-
YUV133.19106.45142.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.63%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=40.63%
G=34.30%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541309500.160.380.4035.5923.6948.82
Hex9A825F0102628241831
Octal2322021370204650443061
Binary1001101010000010101111101000010011010100010010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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