Html Css Color HEX #92825E Granite Green

📋 copy color: '#92825E'

red 146 ◦ green 130 ◦ blue 94

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

Shades of Granite Green #92825E

Tints of Granite Green #92825E

RGB

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

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

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

R = 39.46%
G = 35.14%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#92825E (or 0x92825E) is known color: Granite Green. HEX triplet: 92, 82 and 5E. RGB value is (146,130,94). Sum of RGB (Red+Green+Blue) = 146+130+94=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #92825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92825E is #6D7DA1. Grayscale: #828282. Windows color (decimal): -7175586 or 6193810. OLE color: 6193810.

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

Color convert

RGB 146 130 94 -
CMYK 0 0.11 0.36 0.43
HSL 41.54º 0.22% 0.47% -
HSV(B) 41.54º 0.36% 0.57% -
XYZ 21.86 22.88 13.85 -
YUV 130.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 146 130 94 0 0.11 0.36 0.43 41.54 0.22 0.47
Hex 92 82 5E 0 B 24 2B 2A 16 2F
Octal 222 202 136 0 13 44 53 52 26 57
Binary 10010010 10000010 1011110 0 1011 100100 101011 101010 10110 101111

Color Harmonies of #92825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92825E

Black with #92825E

Text Example


Text Example

White with #92825E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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