Html Css Color HEX #95842D Lemon Ginger

📋 copy color: '#95842D'

red 149 ◦ green 132 ◦ blue 45

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

Shades of Lemon Ginger #95842D

Tints of Lemon Ginger #95842D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.8%

R = 45.71%
G = 40.49%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95842D (or 0x95842D) is known color: Lemon Ginger. HEX triplet: 95, 84 and 2D. RGB value is (149,132,45). Sum of RGB (Red+Green+Blue) = 149+132+45=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95842D is #6A7BD2. Grayscale: #7F7F7F. Windows color (decimal): -6978515 or 2983061. OLE color: 2983061.

HSL color Cylindrical-coordinate representation of color #95842D: hue angle of 50.19º 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 #95842D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 132 45 -
CMYK 0 0.11 0.70 0.42
HSL 50.19º 0.54% 0.38% -
HSV(B) 50.19º 0.7% 0.58% -
XYZ 21.12 23.08 5.82 -
YUV 127.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 149 132 45 0 0.11 0.70 0.42 50.19 0.54 0.38
Hex 95 84 2D 0 B 46 2A 32 36 26
Octal 225 204 55 0 13 106 52 62 66 46
Binary 10010101 10000100 101101 0 1011 1000110 101010 110010 110110 100110

Color Harmonies of #95842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95842D

Black with #95842D

Text Example


Text Example

White with #95842D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95842D; }

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

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

background-color css

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

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

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

border-color css

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

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

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