#99845F

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

Shades of Sorrell Brown #99845F

Tints of Sorrell Brown #99845F

Color information

#99845F (or 0x99845F) is unknown color: approx Sorrell Brown. HEX triplet: 99, 84 and 5F. RGB value is (153,132,95). Sum of RGB (Red+Green+Blue) = 153+132+95=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99845F is #667BA0. Grayscale: #868686. Windows color (decimal): -6716321 or 6259865. OLE color: 6259865.

HSL color Cylindrical-coordinate representation of color #99845F: hue angle of 38.28º degrees, saturation: 0.23, 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 #99845F is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB15313295-
CMYK00.140.380.4
HSL38.28º23.39%48.63%-
HSV(B)38.28º37.91%60%-
XYZ23.4524.114.24-
YUV134.06105.96141.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 95 (37.5% from 255) = 25%
R=40.26%
G=34.74%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531329500.140.380.438.2823.3948.63
Hex99845F0E2628261731
Octal2312041370164650462761
Binary100110011000010010111110111010011010100010011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99845F; }

 p { color: rgb(153,132,95); }

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

<style>
 a { background-color: #99845F; }

 a { background-color: rgb(153,132,95); }

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

<style>
 span { border-color: #99845F; }

 span { border-color: rgb(153,132,95); }

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