Html Css Color HEX #957C33 Lemon Ginger

📋 copy color: '#957C33'

red 149 ◦ green 124 ◦ blue 51

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

Shades of Lemon Ginger #957C33

Tints of Lemon Ginger #957C33

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.27%

 BLUE value IS 51 (20.31% from 255) = 15.74%

R = 45.99%
G = 38.27%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#957C33 (or 0x957C33) is known color: Lemon Ginger. HEX triplet: 95, 7C and 33. RGB value is (149,124,51). Sum of RGB (Red+Green+Blue) = 149+124+51=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #957C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C33 is #6A83CC. Grayscale: #7B7B7B. Windows color (decimal): -6980557 or 3374229. OLE color: 3374229.

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

Color convert

RGB 149 124 51 -
CMYK 0 0.17 0.66 0.42
HSL 44.69º 0.49% 0.39% -
HSV(B) 44.69º 0.66% 0.58% -
XYZ 20.2 21.04 6.13 -
YUV 123.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 149 124 51 0 0.17 0.66 0.42 44.69 0.49 0.39
Hex 95 7C 33 0 11 42 2A 2D 31 27
Octal 225 174 63 0 21 102 52 55 61 47
Binary 10010101 1111100 110011 0 10001 1000010 101010 101101 110001 100111

Color Harmonies of #957C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C33

Black with #957C33

Text Example


Text Example

White with #957C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,124,51); }

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

background-color css

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

 a { background-color: rgb(149,124,51); }

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

border-color css

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

 span { border-color: rgb(149,124,51); }

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