Html Css Color HEX #9D7F34 Lemon Ginger

📋 copy color: '#9D7F34'

red 157 ◦ green 127 ◦ blue 52

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

Shades of Lemon Ginger #9D7F34

Tints of Lemon Ginger #9D7F34

RGB

 RED value IS 157 (61.72% from 255) = 46.73%

 GREEN value IS 127 (50% from 255) = 37.8%

 BLUE value IS 52 (20.7% from 255) = 15.48%

R = 46.73%
G = 37.8%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9D7F34 (or 0x9D7F34) is known color: Lemon Ginger. HEX triplet: 9D, 7F and 34. RGB value is (157,127,52). Sum of RGB (Red+Green+Blue) = 157+127+52=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7F34 is #6280CB. Grayscale: #7F7F7F. Windows color (decimal): -6455500 or 3440541. OLE color: 3440541.

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

Color convert

RGB 157 127 52 -
CMYK 0 0.19 0.67 0.38
HSL 42.86º 0.5% 0.41% -
HSV(B) 42.86º 0.67% 0.62% -
XYZ 22.11 22.59 6.44 -
YUV 127.42 85.44 149.1 -
System Red Green Blue C M Y K H S L
Decimal 157 127 52 0 0.19 0.67 0.38 42.86 0.5 0.41
Hex 9D 7F 34 0 13 43 26 2B 32 29
Octal 235 177 64 0 23 103 46 53 62 51
Binary 10011101 1111111 110100 0 10011 1000011 100110 101011 110010 101001

Color Harmonies of #9D7F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7F34

Black with #9D7F34

Text Example


Text Example

White with #9D7F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D7F34;
 }
 .AnyTagClassName
 {
   color: #9D7F34;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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