Html Css Color HEX #8D851B Lemon Ginger

📋 copy color: '#8D851B'

red 141 ◦ green 133 ◦ blue 27

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

Shades of Lemon Ginger #8D851B

Tints of Lemon Ginger #8D851B

RGB

 RED value IS 141 (55.47% from 255) = 46.84%

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

 BLUE value IS 27 (10.94% from 255) = 8.97%

R = 46.84%
G = 44.19%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8D851B (or 0x8D851B) is known color: Lemon Ginger. HEX triplet: 8D, 85 and 1B. RGB value is (141,133,27). Sum of RGB (Red+Green+Blue) = 141+133+27=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D851B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D851B is #727AE4. Grayscale: #7B7B7B. Windows color (decimal): -7502565 or 1803661. OLE color: 1803661.

HSL color Cylindrical-coordinate representation of color #8D851B: hue angle of 55.79º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D851B is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 133 27 -
CMYK 0 0.06 0.81 0.45
HSL 55.79º 0.68% 0.33% -
HSV(B) 55.79º 0.81% 0.55% -
XYZ 19.57 22.52 4.35 -
YUV 123.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 141 133 27 0 0.06 0.81 0.45 55.79 0.68 0.33
Hex 8D 85 1B 0 6 51 2D 38 44 21
Octal 215 205 33 0 6 121 55 70 104 41
Binary 10001101 10000101 11011 0 110 1010001 101101 111000 1000100 100001

Color Harmonies of #8D851B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D851B

Black with #8D851B

Text Example


Text Example

White with #8D851B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,133,27); }

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

background-color css

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

 a { background-color: rgb(141,133,27); }

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

border-color css

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

 span { border-color: rgb(141,133,27); }

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