Html Css Color HEX #93815D Granite Green

📋 copy color: '#93815D'

red 147 ◦ green 129 ◦ blue 93

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

Shades of Granite Green #93815D

Tints of Granite Green #93815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

 BLUE value IS 93 (36.72% from 255) = 25.2%

R = 39.84%
G = 34.96%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93815D (or 0x93815D) is known color: Granite Green. HEX triplet: 93, 81 and 5D. RGB value is (147,129,93). Sum of RGB (Red+Green+Blue) = 147+129+93=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #93815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93815D is #6C7EA2. Grayscale: #828282. Windows color (decimal): -7110307 or 6128019. OLE color: 6128019.

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

Color convert

RGB 147 129 93 -
CMYK 0 0.12 0.37 0.42
HSL 40º 0.23% 0.47% -
HSV(B) 40º 0.37% 0.58% -
XYZ 21.86 22.69 13.58 -
YUV 130.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 147 129 93 0 0.12 0.37 0.42 40 0.23 0.47
Hex 93 81 5D 0 C 25 2A 28 16 2F
Octal 223 201 135 0 14 45 52 50 26 57
Binary 10010011 10000001 1011101 0 1100 100101 101010 101000 10110 101111

Color Harmonies of #93815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93815D

Black with #93815D

Text Example


Text Example

White with #93815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93815D; }

 p { color: rgb(147,129,93); }

 H1.HeaderClassName
 {
   color: #93815D;
 }
 .AnyTagClassName
 {
   color: #93815D;
 }
</style>

background-color css

<style>
 a { background-color: #93815D; }

 a { background-color: rgb(147,129,93); }

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

border-color css

<style>
 span { border-color: #93815D; }

 span { border-color: rgb(147,129,93); }

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