#94805F

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

Shades of Sorrell Brown #94805F

Tints of Sorrell Brown #94805F

Color information

#94805F (or 0x94805F) is unknown color: approx Sorrell Brown. HEX triplet: 94, 80 and 5F. RGB value is (148,128,95). Sum of RGB (Red+Green+Blue) = 148+128+95=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #94805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94805F is #6B7FA0. Grayscale: #828282. Windows color (decimal): -7045025 or 6258836. OLE color: 6258836.

HSL color Cylindrical-coordinate representation of color #94805F: hue angle of 37.36º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94805F is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14812895-
CMYK00.140.360.42
HSL37.36º21.81%47.65%-
HSV(B)37.36º35.81%58.04%-
XYZ2222.5614.02-
YUV130.22108.13140.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=39.89%
G=34.50%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481289500.140.360.4237.3621.8147.65
Hex94805F0E242A251630
Octal2242001370164452452660
Binary100101001000000010111110111010010010101010010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,128,95); }

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

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

 a { background-color: rgb(148,128,95); }

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

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

 span { border-color: rgb(148,128,95); }

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