Html Css Color HEX #957F21 Lemon Ginger

📋 copy color: '#957F21'

red 149 ◦ green 127 ◦ blue 33

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

Shades of Lemon Ginger #957F21

Tints of Lemon Ginger #957F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.68%

R = 48.22%
G = 41.1%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#957F21 (or 0x957F21) is known color: Lemon Ginger. HEX triplet: 95, 7F and 21. RGB value is (149,127,33). Sum of RGB (Red+Green+Blue) = 149+127+33=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #957F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F21 is #6A80DE. Grayscale: #7B7B7B. Windows color (decimal): -6979807 or 2195349. OLE color: 2195349.

HSL color Cylindrical-coordinate representation of color #957F21: hue angle of 48.62º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #957F21 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 127 33 -
CMYK 0 0.15 0.78 0.42
HSL 48.62º 0.64% 0.36% -
HSV(B) 48.62º 0.78% 0.58% -
XYZ 20.26 21.68 4.56 -
YUV 122.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 149 127 33 0 0.15 0.78 0.42 48.62 0.64 0.36
Hex 95 7F 21 0 F 4E 2A 31 40 24
Octal 225 177 41 0 17 116 52 61 100 44
Binary 10010101 1111111 100001 0 1111 1001110 101010 110001 1000000 100100

Color Harmonies of #957F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F21

Black with #957F21

Text Example


Text Example

White with #957F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,127,33); }

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

background-color css

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

 a { background-color: rgb(149,127,33); }

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

border-color css

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

 span { border-color: rgb(149,127,33); }

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