Html Css Color HEX #957F30 Lemon Ginger

📋 copy color: '#957F30'

red 149 ◦ green 127 ◦ blue 48

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

Shades of Lemon Ginger #957F30

Tints of Lemon Ginger #957F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.81%

R = 45.99%
G = 39.2%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#957F30 (or 0x957F30) is known color: Lemon Ginger. HEX triplet: 95, 7F and 30. RGB value is (149,127,48). Sum of RGB (Red+Green+Blue) = 149+127+48=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #957F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F30 is #6A80CF. Grayscale: #7C7C7C. Windows color (decimal): -6979792 or 3178389. OLE color: 3178389.

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

Color convert

RGB 149 127 48 -
CMYK 0 0.15 0.68 0.42
HSL 46.93º 0.51% 0.39% -
HSV(B) 46.93º 0.68% 0.58% -
XYZ 20.52 21.78 5.92 -
YUV 124.57 84.79 145.42 -
System Red Green Blue C M Y K H S L
Decimal 149 127 48 0 0.15 0.68 0.42 46.93 0.51 0.39
Hex 95 7F 30 0 F 44 2A 2F 33 27
Octal 225 177 60 0 17 104 52 57 63 47
Binary 10010101 1111111 110000 0 1111 1000100 101010 101111 110011 100111

Color Harmonies of #957F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F30

Black with #957F30

Text Example


Text Example

White with #957F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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