Html Css Color HEX #94825D Granite Green

📋 copy color: '#94825D'

red 148 ◦ green 130 ◦ blue 93

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

Shades of Granite Green #94825D

Tints of Granite Green #94825D

RGB

 RED value IS 148 (58.2% from 255) = 39.89%

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

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

R = 39.89%
G = 35.04%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94825D (or 0x94825D) is known color: Granite Green. HEX triplet: 94, 82 and 5D. RGB value is (148,130,93). Sum of RGB (Red+Green+Blue) = 148+130+93=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #94825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94825D is #6B7DA2. Grayscale: #838383. Windows color (decimal): -7044515 or 6128276. OLE color: 6128276.

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

Color convert

RGB 148 130 93 -
CMYK 0 0.12 0.37 0.42
HSL 40.36º 0.23% 0.47% -
HSV(B) 40.36º 0.37% 0.58% -
XYZ 22.17 23.05 13.64 -
YUV 131.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 148 130 93 0 0.12 0.37 0.42 40.36 0.23 0.47
Hex 94 82 5D 0 C 25 2A 28 17 2F
Octal 224 202 135 0 14 45 52 50 27 57
Binary 10010100 10000010 1011101 0 1100 100101 101010 101000 10111 101111

Color Harmonies of #94825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94825D

Black with #94825D

Text Example


Text Example

White with #94825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,130,93); }

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

background-color css

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

 a { background-color: rgb(148,130,93); }

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

border-color css

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

 span { border-color: rgb(148,130,93); }

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