#94855E

Color #94855E Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #94855E

Tints of Granite Green #94855E

Color information

#94855E (or 0x94855E) is unknown color: approx Granite Green. HEX triplet: 94, 85 and 5E. RGB value is (148,133,94). Sum of RGB (Red+Green+Blue) = 148+133+94=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #94855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94855E is #6B7AA1. Grayscale: #858585. Windows color (decimal): -7043746 or 6194580. OLE color: 6194580.

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

Color convert

RGB14813394-
CMYK00.100.360.42
HSL43.33º22.31%47.45%-
HSV(B)43.33º36.49%58.04%-
XYZ22.6223.8814.01-
YUV133.04105.97138.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=39.47%
G=35.47%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481339400.100.360.4243.3322.3147.45
Hex94855E0A242A2b162f
Octal2242051360124452532657
Binary100101001000010110111100101010010010101010101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94855E; }

 p { color: rgb(148,133,94); }

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

<style>
 a { background-color: #94855E; }

 a { background-color: rgb(148,133,94); }

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

<style>
 span { border-color: #94855E; }

 span { border-color: rgb(148,133,94); }

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