Html Css Color HEX #8C835E Granite Green

📋 copy color: '#8C835E'

red 140 ◦ green 131 ◦ blue 94

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

Shades of Granite Green #8C835E

Tints of Granite Green #8C835E

RGB

 RED value IS 140 (55.08% from 255) = 38.36%

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

 BLUE value IS 94 (37.11% from 255) = 25.75%

R = 38.36%
G = 35.89%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8C835E (or 0x8C835E) is known color: Granite Green. HEX triplet: 8C, 83 and 5E. RGB value is (140,131,94). Sum of RGB (Red+Green+Blue) = 140+131+94=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C835E is #737CA1. Grayscale: #818181. Windows color (decimal): -7568546 or 6194060. OLE color: 6194060.

HSL color Cylindrical-coordinate representation of color #8C835E: hue angle of 48.26º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C835E is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 131 94 -
CMYK 0 0.06 0.33 0.45
HSL 48.26º 0.2% 0.46% -
HSV(B) 48.26º 0.33% 0.55% -
XYZ 20.95 22.62 13.85 -
YUV 129.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 140 131 94 0 0.06 0.33 0.45 48.26 0.2 0.46
Hex 8C 83 5E 0 6 21 2D 30 14 2E
Octal 214 203 136 0 6 41 55 60 24 56
Binary 10001100 10000011 1011110 0 110 100001 101101 110000 10100 101110

Color Harmonies of #8C835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C835E

Black with #8C835E

Text Example


Text Example

White with #8C835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C835E; }

 p { color: rgb(140,131,94); }

 H1.HeaderClassName
 {
   color: #8C835E;
 }
 .AnyTagClassName
 {
   color: #8C835E;
 }
</style>

background-color css

<style>
 a { background-color: #8C835E; }

 a { background-color: rgb(140,131,94); }

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

border-color css

<style>
 span { border-color: #8C835E; }

 span { border-color: rgb(140,131,94); }

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