Html Css Color HEX #93855F Granite Green

📋 copy color: '#93855F'

red 147 ◦ green 133 ◦ blue 95

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

Shades of Granite Green #93855F

Tints of Granite Green #93855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 39.2%
G = 35.47%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#93855F (or 0x93855F) is known color: Granite Green. HEX triplet: 93, 85 and 5F. RGB value is (147,133,95). Sum of RGB (Red+Green+Blue) = 147+133+95=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #93855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93855F is #6C7AA0. Grayscale: #858585. Windows color (decimal): -7109281 or 6260115. OLE color: 6260115.

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

Color convert

RGB 147 133 95 -
CMYK 0 0.10 0.35 0.42
HSL 43.85º 0.21% 0.47% -
HSV(B) 43.85º 0.35% 0.58% -
XYZ 22.49 23.8 14.24 -
YUV 132.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 147 133 95 0 0.10 0.35 0.42 43.85 0.21 0.47
Hex 93 85 5F 0 A 23 2A 2C 15 2F
Octal 223 205 137 0 12 43 52 54 25 57
Binary 10010011 10000101 1011111 0 1010 100011 101010 101100 10101 101111

Color Harmonies of #93855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93855F

Black with #93855F

Text Example


Text Example

White with #93855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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