Html Css Color HEX #9B7D32 Lemon Ginger

📋 copy color: '#9B7D32'

red 155 ◦ green 125 ◦ blue 50

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

Shades of Lemon Ginger #9B7D32

Tints of Lemon Ginger #9B7D32

RGB

 RED value IS 155 (60.94% from 255) = 46.97%

 GREEN value IS 125 (49.22% from 255) = 37.88%

 BLUE value IS 50 (19.92% from 255) = 15.15%

R = 46.97%
G = 37.88%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B7D32 (or 0x9B7D32) is known color: Lemon Ginger. HEX triplet: 9B, 7D and 32. RGB value is (155,125,50). Sum of RGB (Red+Green+Blue) = 155+125+50=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7D32 is #6482CD. Grayscale: #7D7D7D. Windows color (decimal): -6587086 or 3308955. OLE color: 3308955.

HSL color Cylindrical-coordinate representation of color #9B7D32: hue angle of 42.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B7D32 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 125 50 -
CMYK 0 0.19 0.68 0.39
HSL 42.86º 0.51% 0.4% -
HSV(B) 42.86º 0.68% 0.61% -
XYZ 21.43 21.87 6.11 -
YUV 125.42 85.44 149.1 -
System Red Green Blue C M Y K H S L
Decimal 155 125 50 0 0.19 0.68 0.39 42.86 0.51 0.4
Hex 9B 7D 32 0 13 44 27 2B 33 28
Octal 233 175 62 0 23 104 47 53 63 50
Binary 10011011 1111101 110010 0 10011 1000100 100111 101011 110011 101000

Color Harmonies of #9B7D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7D32

Black with #9B7D32

Text Example


Text Example

White with #9B7D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,125,50); }

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

background-color css

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

 a { background-color: rgb(155,125,50); }

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

border-color css

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

 span { border-color: rgb(155,125,50); }

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