Html Css Color HEX #94825F Granite Green

📋 copy color: '#94825F'

red 148 ◦ green 130 ◦ blue 95

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

Shades of Granite Green #94825F

Tints of Granite Green #94825F

RGB

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

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

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

R = 39.68%
G = 34.85%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94825F (or 0x94825F) is known color: Granite Green. HEX triplet: 94, 82 and 5F. RGB value is (148,130,95). Sum of RGB (Red+Green+Blue) = 148+130+95=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #94825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94825F is #6B7DA0. Grayscale: #838383. Windows color (decimal): -7044513 or 6259348. OLE color: 6259348.

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

Color convert

RGB 148 130 95 -
CMYK 0 0.12 0.36 0.42
HSL 39.62º 0.22% 0.48% -
HSV(B) 39.62º 0.36% 0.58% -
XYZ 22.26 23.09 14.11 -
YUV 131.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 148 130 95 0 0.12 0.36 0.42 39.62 0.22 0.48
Hex 94 82 5F 0 C 24 2A 28 16 30
Octal 224 202 137 0 14 44 52 50 26 60
Binary 10010100 10000010 1011111 0 1100 100100 101010 101000 10110 110000

Color Harmonies of #94825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94825F

Black with #94825F

Text Example


Text Example

White with #94825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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