Html Css Color HEX #92825F Granite Green

📋 copy color: '#92825F'

red 146 ◦ green 130 ◦ blue 95

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

Shades of Granite Green #92825F

Tints of Granite Green #92825F

RGB

 RED value IS 146 (57.42% from 255) = 39.35%

 GREEN value IS 130 (51.17% from 255) = 35.04%

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

R = 39.35%
G = 35.04%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#92825F (or 0x92825F) is known color: Granite Green. HEX triplet: 92, 82 and 5F. RGB value is (146,130,95). Sum of RGB (Red+Green+Blue) = 146+130+95=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #92825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92825F is #6D7DA0. Grayscale: #828282. Windows color (decimal): -7175585 or 6259346. OLE color: 6259346.

HSL color Cylindrical-coordinate representation of color #92825F: hue angle of 41.18º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92825F is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 130 95 -
CMYK 0 0.11 0.35 0.43
HSL 41.18º 0.21% 0.47% -
HSV(B) 41.18º 0.35% 0.57% -
XYZ 21.9 22.9 14.09 -
YUV 130.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 146 130 95 0 0.11 0.35 0.43 41.18 0.21 0.47
Hex 92 82 5F 0 B 23 2B 29 15 2F
Octal 222 202 137 0 13 43 53 51 25 57
Binary 10010010 10000010 1011111 0 1011 100011 101011 101001 10101 101111

Color Harmonies of #92825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92825F

Black with #92825F

Text Example


Text Example

White with #92825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,130,95); }

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

background-color css

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

 a { background-color: rgb(146,130,95); }

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

border-color css

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

 span { border-color: rgb(146,130,95); }

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