#9B825F

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

Shades of Sorrell Brown #9B825F

Tints of Sorrell Brown #9B825F

Color information

#9B825F (or 0x9B825F) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 82 and 5F. RGB value is (155,130,95). Sum of RGB (Red+Green+Blue) = 155+130+95=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 155 - color contains mainly: red. Hex color #9B825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B825F is #647DA0. Grayscale: #858585. Windows color (decimal): -6585761 or 6259355. OLE color: 6259355.

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

Color convert

RGB15513095-
CMYK00.160.390.39
HSL35º24%49.02%-
HSV(B)35º38.71%60.78%-
XYZ23.5723.7614.17-
YUV133.49106.28143.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.79%
GREEN value IS 130 (51.17% from 255) = 34.21%
BLUE value IS 95 (37.5% from 255) = 25%
R=40.79%
G=34.21%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551309500.160.390.39352449.02
Hex9B825F0102727231831
Octal2332021370204747433061
Binary1001101110000010101111101000010011110011110001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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