Html Css Color HEX #93835F Granite Green

📋 copy color: '#93835F'

red 147 ◦ green 131 ◦ blue 95

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

Shades of Granite Green #93835F

Tints of Granite Green #93835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

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

R = 39.41%
G = 35.12%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#93835F (or 0x93835F) is known color: Granite Green. HEX triplet: 93, 83 and 5F. RGB value is (147,131,95). Sum of RGB (Red+Green+Blue) = 147+131+95=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #93835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93835F is #6C7CA0. Grayscale: #838383. Windows color (decimal): -7109793 or 6259603. OLE color: 6259603.

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

Color convert

RGB 147 131 95 -
CMYK 0 0.11 0.35 0.42
HSL 41.54º 0.21% 0.47% -
HSV(B) 41.54º 0.35% 0.58% -
XYZ 22.21 23.26 14.15 -
YUV 131.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 147 131 95 0 0.11 0.35 0.42 41.54 0.21 0.47
Hex 93 83 5F 0 B 23 2A 2A 15 2F
Octal 223 203 137 0 13 43 52 52 25 57
Binary 10010011 10000011 1011111 0 1011 100011 101010 101010 10101 101111

Color Harmonies of #93835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93835F

Black with #93835F

Text Example


Text Example

White with #93835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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