Html Css Color HEX #93865C Granite Green

📋 copy color: '#93865C'

red 147 ◦ green 134 ◦ blue 92

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

Shades of Granite Green #93865C

Tints of Granite Green #93865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

 BLUE value IS 92 (36.33% from 255) = 24.66%

R = 39.41%
G = 35.92%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93865C (or 0x93865C) is known color: Granite Green. HEX triplet: 93, 86 and 5C. RGB value is (147,134,92). Sum of RGB (Red+Green+Blue) = 147+134+92=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #93865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93865C is #6C79A3. Grayscale: #858585. Windows color (decimal): -7109028 or 6063763. OLE color: 6063763.

HSL color Cylindrical-coordinate representation of color #93865C: hue angle of 45.82º degrees, saturation: 0.23, 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 #93865C is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 134 92 -
CMYK 0 0.09 0.37 0.42
HSL 45.82º 0.23% 0.47% -
HSV(B) 45.82º 0.37% 0.58% -
XYZ 22.49 24.03 13.58 -
YUV 133.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 147 134 92 0 0.09 0.37 0.42 45.82 0.23 0.47
Hex 93 86 5C 0 9 25 2A 2E 17 2F
Octal 223 206 134 0 11 45 52 56 27 57
Binary 10010011 10000110 1011100 0 1001 100101 101010 101110 10111 101111

Color Harmonies of #93865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93865C

Black with #93865C

Text Example


Text Example

White with #93865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,134,92); }

 H1.HeaderClassName
 {
   color: #93865C;
 }
 .AnyTagClassName
 {
   color: #93865C;
 }
</style>

background-color css

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

 a { background-color: rgb(147,134,92); }

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

border-color css

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

 span { border-color: rgb(147,134,92); }

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