Html Css Color HEX #95871E Lemon Ginger

📋 copy color: '#95871E'

red 149 ◦ green 135 ◦ blue 30

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

Shades of Lemon Ginger #95871E

Tints of Lemon Ginger #95871E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.99%

 BLUE value IS 30 (12.11% from 255) = 9.55%

R = 47.45%
G = 42.99%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#95871E (or 0x95871E) is known color: Lemon Ginger. HEX triplet: 95, 87 and 1E. RGB value is (149,135,30). Sum of RGB (Red+Green+Blue) = 149+135+30=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95871E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95871E is #6A78E1. Grayscale: #7F7F7F. Windows color (decimal): -6977762 or 2000789. OLE color: 2000789.

HSL color Cylindrical-coordinate representation of color #95871E: hue angle of 52.94º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95871E is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 135 30 -
CMYK 0 0.09 0.80 0.42
HSL 52.94º 0.66% 0.35% -
HSV(B) 52.94º 0.8% 0.58% -
XYZ 21.29 23.81 4.7 -
YUV 127.22 73.14 143.54 -
System Red Green Blue C M Y K H S L
Decimal 149 135 30 0 0.09 0.80 0.42 52.94 0.66 0.35
Hex 95 87 1E 0 9 50 2A 35 42 23
Octal 225 207 36 0 11 120 52 65 102 43
Binary 10010101 10000111 11110 0 1001 1010000 101010 110101 1000010 100011

Color Harmonies of #95871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95871E

Black with #95871E

Text Example


Text Example

White with #95871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95871E; }

 p { color: rgb(149,135,30); }

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

background-color css

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

 a { background-color: rgb(149,135,30); }

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

border-color css

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

 span { border-color: rgb(149,135,30); }

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