Html Css Color HEX #8A852F Lemon Ginger

📋 copy color: '#8A852F'

red 138 ◦ green 133 ◦ blue 47

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

Shades of Lemon Ginger #8A852F

Tints of Lemon Ginger #8A852F

RGB

 RED value IS 138 (54.3% from 255) = 43.4%

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

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 43.4%
G = 41.82%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#8A852F (or 0x8A852F) is known color: Lemon Ginger. HEX triplet: 8A, 85 and 2F. RGB value is (138,133,47). Sum of RGB (Red+Green+Blue) = 138+133+47=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A852F is #757AD0. Grayscale: #7D7D7D. Windows color (decimal): -7699153 or 3114378. OLE color: 3114378.

HSL color Cylindrical-coordinate representation of color #8A852F: hue angle of 56.7º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A852F is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 133 47 -
CMYK 0 0.04 0.66 0.46
HSL 56.7º 0.49% 0.36% -
HSV(B) 56.7º 0.66% 0.54% -
XYZ 19.38 22.38 5.99 -
YUV 124.69 84.16 137.49 -
System Red Green Blue C M Y K H S L
Decimal 138 133 47 0 0.04 0.66 0.46 56.7 0.49 0.36
Hex 8A 85 2F 0 4 42 2E 39 31 24
Octal 212 205 57 0 4 102 56 71 61 44
Binary 10001010 10000101 101111 0 100 1000010 101110 111001 110001 100100

Color Harmonies of #8A852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A852F

Black with #8A852F

Text Example


Text Example

White with #8A852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,133,47); }

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

background-color css

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

 a { background-color: rgb(138,133,47); }

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

border-color css

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

 span { border-color: rgb(138,133,47); }

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