#94795F

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

Shades of Sorrell Brown #94795F

Tints of Sorrell Brown #94795F

Color information

#94795F (or 0x94795F) is unknown color: approx Sorrell Brown. HEX triplet: 94, 79 and 5F. RGB value is (148,121,95). Sum of RGB (Red+Green+Blue) = 148+121+95=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #94795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94795F is #6B86A0. Grayscale: #7E7E7E. Windows color (decimal): -7046817 or 6257044. OLE color: 6257044.

HSL color Cylindrical-coordinate representation of color #94795F: hue angle of 29.43º 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 #94795F is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14812195-
CMYK00.180.360.42
HSL29.43º21.81%47.65%-
HSV(B)29.43º35.81%58.04%-
XYZ21.1220.813.73-
YUV126.11110.45143.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 121 (47.66% from 255) = 33.24%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=40.66%
G=33.24%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481219500.180.360.4229.4321.8147.65
Hex94795F012242A1d1630
Octal2241711370224452352660
Binary10010100111100110111110100101001001010101110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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