Html Css Color HEX #8C8325 Lemon Ginger

📋 copy color: '#8C8325'

red 140 ◦ green 131 ◦ blue 37

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

Shades of Lemon Ginger #8C8325

Tints of Lemon Ginger #8C8325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.53%

 BLUE value IS 37 (14.84% from 255) = 12.01%

R = 45.45%
G = 42.53%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8C8325 (or 0x8C8325) is known color: Lemon Ginger. HEX triplet: 8C, 83 and 25. RGB value is (140,131,37). Sum of RGB (Red+Green+Blue) = 140+131+37=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8325 is #737CDA. Grayscale: #7B7B7B. Windows color (decimal): -7568603 or 2458508. OLE color: 2458508.

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

Color convert

RGB 140 131 37 -
CMYK 0 0.06 0.74 0.45
HSL 54.76º 0.58% 0.35% -
HSV(B) 54.76º 0.74% 0.55% -
XYZ 19.27 21.94 4.97 -
YUV 122.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 140 131 37 0 0.06 0.74 0.45 54.76 0.58 0.35
Hex 8C 83 25 0 6 4A 2D 37 3A 23
Octal 214 203 45 0 6 112 55 67 72 43
Binary 10001100 10000011 100101 0 110 1001010 101101 110111 111010 100011

Color Harmonies of #8C8325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8325

Black with #8C8325

Text Example


Text Example

White with #8C8325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,131,37); }

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

background-color css

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

 a { background-color: rgb(140,131,37); }

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

border-color css

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

 span { border-color: rgb(140,131,37); }

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