#94855C

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

Shades of Granite Green #94855C

Tints of Granite Green #94855C

Color information

#94855C (or 0x94855C) is unknown color: approx Granite Green. HEX triplet: 94, 85 and 5C. RGB value is (148,133,92). Sum of RGB (Red+Green+Blue) = 148+133+92=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #94855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94855C is #6B7AA3. Grayscale: #848484. Windows color (decimal): -7043748 or 6063508. OLE color: 6063508.

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

Color convert

RGB14813392-
CMYK00.100.380.42
HSL43.93º23.33%47.06%-
HSV(B)43.93º37.84%58.04%-
XYZ22.5323.8413.54-
YUV132.81104.97138.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 92 (36.33% from 255) = 24.66%
R=39.68%
G=35.66%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481339200.100.380.4243.9323.3347.06
Hex94855C0A262A2c172f
Octal2242051340124652542757
Binary100101001000010110111000101010011010101010110010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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