Html Css Color HEX #8C832D Lemon Ginger

📋 copy color: '#8C832D'

red 140 ◦ green 131 ◦ blue 45

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

Shades of Lemon Ginger #8C832D

Tints of Lemon Ginger #8C832D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.24%

R = 44.3%
G = 41.46%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8C832D (or 0x8C832D) is known color: Lemon Ginger. HEX triplet: 8C, 83 and 2D. RGB value is (140,131,45). Sum of RGB (Red+Green+Blue) = 140+131+45=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C832D is #737CD2. Grayscale: #7C7C7C. Windows color (decimal): -7568595 or 2982796. OLE color: 2982796.

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

Color convert

RGB 140 131 45 -
CMYK 0 0.06 0.68 0.45
HSL 54.32º 0.51% 0.36% -
HSV(B) 54.32º 0.68% 0.55% -
XYZ 19.41 22 5.71 -
YUV 123.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 140 131 45 0 0.06 0.68 0.45 54.32 0.51 0.36
Hex 8C 83 2D 0 6 44 2D 36 33 24
Octal 214 203 55 0 6 104 55 66 63 44
Binary 10001100 10000011 101101 0 110 1000100 101101 110110 110011 100100

Color Harmonies of #8C832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C832D

Black with #8C832D

Text Example


Text Example

White with #8C832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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