Html Css Color HEX #958435 Lemon Ginger

📋 copy color: '#958435'

red 149 ◦ green 132 ◦ blue 53

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

Shades of Lemon Ginger #958435

Tints of Lemon Ginger #958435

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.52%

 BLUE value IS 53 (21.09% from 255) = 15.87%

R = 44.61%
G = 39.52%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#958435 (or 0x958435) is known color: Lemon Ginger. HEX triplet: 95, 84 and 35. RGB value is (149,132,53). Sum of RGB (Red+Green+Blue) = 149+132+53=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #958435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958435 is #6A7BCA. Grayscale: #808080. Windows color (decimal): -6978507 or 3507349. OLE color: 3507349.

HSL color Cylindrical-coordinate representation of color #958435: hue angle of 49.38º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #958435 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 132 53 -
CMYK 0 0.11 0.64 0.42
HSL 49.38º 0.48% 0.4% -
HSV(B) 49.38º 0.64% 0.58% -
XYZ 21.29 23.15 6.71 -
YUV 128.08 85.63 142.92 -
System Red Green Blue C M Y K H S L
Decimal 149 132 53 0 0.11 0.64 0.42 49.38 0.48 0.4
Hex 95 84 35 0 B 40 2A 31 30 28
Octal 225 204 65 0 13 100 52 61 60 50
Binary 10010101 10000100 110101 0 1011 1000000 101010 110001 110000 101000

Color Harmonies of #958435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958435

Black with #958435

Text Example


Text Example

White with #958435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958435; }

 p { color: rgb(149,132,53); }

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

background-color css

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

 a { background-color: rgb(149,132,53); }

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

border-color css

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

 span { border-color: rgb(149,132,53); }

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