Html Css Color HEX #95845D Granite Green

📋 copy color: '#95845D'

red 149 ◦ green 132 ◦ blue 93

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

Shades of Granite Green #95845D

Tints of Granite Green #95845D

RGB

 RED value IS 149 (58.59% from 255) = 39.84%

 GREEN value IS 132 (51.95% from 255) = 35.29%

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

R = 39.84%
G = 35.29%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95845D (or 0x95845D) is known color: Granite Green. HEX triplet: 95, 84 and 5D. RGB value is (149,132,93). Sum of RGB (Red+Green+Blue) = 149+132+93=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95845D is #6A7BA2. Grayscale: #848484. Windows color (decimal): -6978467 or 6128789. OLE color: 6128789.

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

Color convert

RGB 149 132 93 -
CMYK 0 0.11 0.38 0.42
HSL 41.79º 0.23% 0.47% -
HSV(B) 41.79º 0.38% 0.58% -
XYZ 22.62 23.68 13.73 -
YUV 132.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 149 132 93 0 0.11 0.38 0.42 41.79 0.23 0.47
Hex 95 84 5D 0 B 26 2A 2A 17 2F
Octal 225 204 135 0 13 46 52 52 27 57
Binary 10010101 10000100 1011101 0 1011 100110 101010 101010 10111 101111

Color Harmonies of #95845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95845D

Black with #95845D

Text Example


Text Example

White with #95845D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,132,93); }

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

background-color css

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

 a { background-color: rgb(149,132,93); }

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

border-color css

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

 span { border-color: rgb(149,132,93); }

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