Html Css Color HEX #957D3A Lemon Ginger

📋 copy color: '#957D3A'

red 149 ◦ green 125 ◦ blue 58

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

Shades of Lemon Ginger #957D3A

Tints of Lemon Ginger #957D3A

RGB

 RED value IS 149 (58.59% from 255) = 44.88%

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

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 44.88%
G = 37.65%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#957D3A (or 0x957D3A) is known color: Lemon Ginger. HEX triplet: 95, 7D and 3A. RGB value is (149,125,58). Sum of RGB (Red+Green+Blue) = 149+125+58=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #957D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957D3A is #6A82C5. Grayscale: #7C7C7C. Windows color (decimal): -6980294 or 3833237. OLE color: 3833237.

HSL color Cylindrical-coordinate representation of color #957D3A: hue angle of 44.18º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #957D3A is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 125 58 -
CMYK 0 0.16 0.61 0.42
HSL 44.18º 0.44% 0.41% -
HSV(B) 44.18º 0.61% 0.58% -
XYZ 20.49 21.36 7.05 -
YUV 124.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 149 125 58 0 0.16 0.61 0.42 44.18 0.44 0.41
Hex 95 7D 3A 0 10 3D 2A 2C 2C 29
Octal 225 175 72 0 20 75 52 54 54 51
Binary 10010101 1111101 111010 0 10000 111101 101010 101100 101100 101001

Color Harmonies of #957D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D3A

Black with #957D3A

Text Example


Text Example

White with #957D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957D3A; }

 p { color: rgb(149,125,58); }

 H1.HeaderClassName
 {
   color: #957D3A;
 }
 .AnyTagClassName
 {
   color: #957D3A;
 }
</style>

background-color css

<style>
 a { background-color: #957D3A; }

 a { background-color: rgb(149,125,58); }

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

border-color css

<style>
 span { border-color: #957D3A; }

 span { border-color: rgb(149,125,58); }

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