Html Css Color HEX #93885F Granite Green

📋 copy color: '#93885F'

red 147 ◦ green 136 ◦ blue 95

#93885F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granite Green #93885F

Tints of Granite Green #93885F

RGB

 RED value IS 147 (57.81% from 255) = 38.89%

 GREEN value IS 136 (53.52% from 255) = 35.98%

 BLUE value IS 95 (37.5% from 255) = 25.13%

R = 38.89%
G = 35.98%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#93885F (or 0x93885F) is known color: Granite Green. HEX triplet: 93, 88 and 5F. RGB value is (147,136,95). Sum of RGB (Red+Green+Blue) = 147+136+95=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #93885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93885F is #6C77A0. Grayscale: #868686. Windows color (decimal): -7108513 or 6260883. OLE color: 6260883.

HSL color Cylindrical-coordinate representation of color #93885F: hue angle of 47.31º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93885F is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 136 95 -
CMYK 0 0.07 0.35 0.42
HSL 47.31º 0.21% 0.47% -
HSV(B) 47.31º 0.35% 0.58% -
XYZ 22.9 24.64 14.37 -
YUV 134.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 147 136 95 0 0.07 0.35 0.42 47.31 0.21 0.47
Hex 93 88 5F 0 7 23 2A 2F 15 2F
Octal 223 210 137 0 7 43 52 57 25 57
Binary 10010011 10001000 1011111 0 111 100011 101010 101111 10101 101111

Color Harmonies of #93885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93885F

Black with #93885F

Text Example


Text Example

White with #93885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,136,95); }

 H1.HeaderClassName
 {
   color: #93885F;
 }
 .AnyTagClassName
 {
   color: #93885F;
 }
</style>

background-color css

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

 a { background-color: rgb(147,136,95); }

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

border-color css

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

 span { border-color: rgb(147,136,95); }

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