#9B825D

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

Shades of Sorrell Brown #9B825D

Tints of Sorrell Brown #9B825D

Color information

#9B825D (or 0x9B825D) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 82 and 5D. RGB value is (155,130,93). Sum of RGB (Red+Green+Blue) = 155+130+93=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B825D is #647DA2. Grayscale: #858585. Windows color (decimal): -6585763 or 6128283. OLE color: 6128283.

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

Color convert

RGB15513093-
CMYK00.160.40.39
HSL35.81º25%48.63%-
HSV(B)35.81º40%60.78%-
XYZ23.4823.7213.7-
YUV133.26105.28143.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.01%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=41.01%
G=34.39%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551309300.160.40.3935.812548.63
Hex9B825D0102827241931
Octal2332021350205047443161
Binary1001101110000010101110101000010100010011110010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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