Html Css Color HEX #95822D Lemon Ginger

📋 copy color: '#95822D'

red 149 ◦ green 130 ◦ blue 45

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

Shades of Lemon Ginger #95822D

Tints of Lemon Ginger #95822D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.12%

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

R = 45.99%
G = 40.12%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95822D (or 0x95822D) is known color: Lemon Ginger. HEX triplet: 95, 82 and 2D. RGB value is (149,130,45). Sum of RGB (Red+Green+Blue) = 149+130+45=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95822D is #6A7DD2. Grayscale: #7E7E7E. Windows color (decimal): -6979027 or 2982549. OLE color: 2982549.

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

Color convert

RGB 149 130 45 -
CMYK 0 0.13 0.70 0.42
HSL 49.04º 0.54% 0.38% -
HSV(B) 49.04º 0.7% 0.58% -
XYZ 20.85 22.54 5.74 -
YUV 125.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 149 130 45 0 0.13 0.70 0.42 49.04 0.54 0.38
Hex 95 82 2D 0 D 46 2A 31 36 26
Octal 225 202 55 0 15 106 52 61 66 46
Binary 10010101 10000010 101101 0 1101 1000110 101010 110001 110110 100110

Color Harmonies of #95822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95822D

Black with #95822D

Text Example


Text Example

White with #95822D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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