Html Css Color HEX #95852E Lemon Ginger

📋 copy color: '#95852E'

red 149 ◦ green 133 ◦ blue 46

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

Shades of Lemon Ginger #95852E

Tints of Lemon Ginger #95852E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.55%

 BLUE value IS 46 (18.36% from 255) = 14.02%

R = 45.43%
G = 40.55%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#95852E (or 0x95852E) is known color: Lemon Ginger. HEX triplet: 95, 85 and 2E. RGB value is (149,133,46). Sum of RGB (Red+Green+Blue) = 149+133+46=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95852E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95852E is #6A7AD1. Grayscale: #808080. Windows color (decimal): -6978258 or 3048853. OLE color: 3048853.

HSL color Cylindrical-coordinate representation of color #95852E: hue angle of 50.68º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95852E is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 133 46 -
CMYK 0 0.11 0.69 0.42
HSL 50.68º 0.53% 0.38% -
HSV(B) 50.68º 0.69% 0.58% -
XYZ 21.28 23.36 5.97 -
YUV 127.87 81.8 143.07 -
System Red Green Blue C M Y K H S L
Decimal 149 133 46 0 0.11 0.69 0.42 50.68 0.53 0.38
Hex 95 85 2E 0 B 45 2A 33 35 26
Octal 225 205 56 0 13 105 52 63 65 46
Binary 10010101 10000101 101110 0 1011 1000101 101010 110011 110101 100110

Color Harmonies of #95852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95852E

Black with #95852E

Text Example


Text Example

White with #95852E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,133,46); }

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

background-color css

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

 a { background-color: rgb(149,133,46); }

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

border-color css

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

 span { border-color: rgb(149,133,46); }

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