#9D7F3D

Color #9D7F3D Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #9D7F3D

Tints of Alpine #9D7F3D

Color information

#9D7F3D (or 0x9D7F3D) is unknown color: approx Alpine. HEX triplet: 9D, 7F and 3D. RGB value is (157,127,61). Sum of RGB (Red+Green+Blue) = 157+127+61=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7F3D is #6280C2. Grayscale: #808080. Windows color (decimal): -6455491 or 4030365. OLE color: 4030365.

HSL color Cylindrical-coordinate representation of color #9D7F3D: hue angle of 41.25º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D7F3D is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB15712761-
CMYK00.190.610.38
HSL41.25º44.04%42.75%-
HSV(B)41.25º61.15%61.57%-
XYZ22.3422.687.62-
YUV128.4589.94148.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.51%
GREEN value IS 127 (50% from 255) = 36.81%
BLUE value IS 61 (24.22% from 255) = 17.68%
R=45.51%
G=36.81%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571276100.190.610.3841.2544.0442.75
Hex9D7F3D0133D26292c2b
Octal235177750237546515453
Binary100111011111111111101010011111101100110101001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D7F3D; }

 p { color: rgb(157,127,61); }

 H1.HeaderClassName
 {
   color: #9D7F3D;
 }
 .AnyTagClassName
 {
   color: #9D7F3D;
 }
</style>
background-color css

<style>
 a { background-color: #9D7F3D; }

 a { background-color: rgb(157,127,61); }

 div.DivClassName
 {
   background-color: #9D7F3D;
 }
 .BgClassName
 {
   background-color: #9D7F3D;
 }
</style>
border-color css

<style>
 span { border-color: #9D7F3D; }

 span { border-color: rgb(157,127,61); }

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