Html Css Color HEX #8C852E Lemon Ginger

📋 copy color: '#8C852E'

red 140 ◦ green 133 ◦ blue 46

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

Shades of Lemon Ginger #8C852E

Tints of Lemon Ginger #8C852E

RGB

 RED value IS 140 (55.08% from 255) = 43.89%

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

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

R = 43.89%
G = 41.69%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C852E (or 0x8C852E) is known color: Lemon Ginger. HEX triplet: 8C, 85 and 2E. RGB value is (140,133,46). Sum of RGB (Red+Green+Blue) = 140+133+46=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C852E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C852E is #737AD1. Grayscale: #7D7D7D. Windows color (decimal): -7568082 or 3048844. OLE color: 3048844.

HSL color Cylindrical-coordinate representation of color #8C852E: hue angle of 55.53º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C852E is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 133 46 -
CMYK 0 0.05 0.67 0.45
HSL 55.53º 0.51% 0.36% -
HSV(B) 55.53º 0.67% 0.55% -
XYZ 19.7 22.55 5.9 -
YUV 125.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 140 133 46 0 0.05 0.67 0.45 55.53 0.51 0.36
Hex 8C 85 2E 0 5 43 2D 38 33 24
Octal 214 205 56 0 5 103 55 70 63 44
Binary 10001100 10000101 101110 0 101 1000011 101101 111000 110011 100100

Color Harmonies of #8C852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C852E

Black with #8C852E

Text Example


Text Example

White with #8C852E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C852E; }

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

 H1.HeaderClassName
 {
   color: #8C852E;
 }
 .AnyTagClassName
 {
   color: #8C852E;
 }
</style>

background-color css

<style>
 a { background-color: #8C852E; }

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

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

border-color css

<style>
 span { border-color: #8C852E; }

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

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