Html Css Color HEX #95832C Lemon Ginger

📋 copy color: '#95832C'

red 149 ◦ green 131 ◦ blue 44

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

Shades of Lemon Ginger #95832C

Tints of Lemon Ginger #95832C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

 BLUE value IS 44 (17.58% from 255) = 13.58%

R = 45.99%
G = 40.43%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95832C (or 0x95832C) is known color: Lemon Ginger. HEX triplet: 95, 83 and 2C. RGB value is (149,131,44). Sum of RGB (Red+Green+Blue) = 149+131+44=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95832C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95832C is #6A7CD3. Grayscale: #7E7E7E. Windows color (decimal): -6978772 or 2917269. OLE color: 2917269.

HSL color Cylindrical-coordinate representation of color #95832C: hue angle of 49.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95832C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 44 -
CMYK 0 0.12 0.70 0.42
HSL 49.71º 0.54% 0.38% -
HSV(B) 49.71º 0.7% 0.58% -
XYZ 20.97 22.8 5.68 -
YUV 126.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 149 131 44 0 0.12 0.70 0.42 49.71 0.54 0.38
Hex 95 83 2C 0 C 46 2A 32 36 26
Octal 225 203 54 0 14 106 52 62 66 46
Binary 10010101 10000011 101100 0 1100 1000110 101010 110010 110110 100110

Color Harmonies of #95832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95832C

Black with #95832C

Text Example


Text Example

White with #95832C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95832C; }

 p { color: rgb(149,131,44); }

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

background-color css

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

 a { background-color: rgb(149,131,44); }

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

border-color css

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

 span { border-color: rgb(149,131,44); }

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