Html Css Color HEX #8C7F30 Lemon Ginger

📋 copy color: '#8C7F30'

red 140 ◦ green 127 ◦ blue 48

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

Shades of Lemon Ginger #8C7F30

Tints of Lemon Ginger #8C7F30

RGB

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

 GREEN value IS 127 (50% from 255) = 40.32%

 BLUE value IS 48 (19.14% from 255) = 15.24%

R = 44.44%
G = 40.32%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8C7F30 (or 0x8C7F30) is known color: Lemon Ginger. HEX triplet: 8C, 7F and 30. RGB value is (140,127,48). Sum of RGB (Red+Green+Blue) = 140+127+48=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7F30 is #7380CF. Grayscale: #7A7A7A. Windows color (decimal): -7569616 or 3178380. OLE color: 3178380.

HSL color Cylindrical-coordinate representation of color #8C7F30: hue angle of 51.52º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C7F30 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 127 48 -
CMYK 0 0.09 0.66 0.45
HSL 51.52º 0.49% 0.37% -
HSV(B) 51.52º 0.66% 0.55% -
XYZ 18.94 20.97 5.85 -
YUV 121.88 86.31 140.92 -
System Red Green Blue C M Y K H S L
Decimal 140 127 48 0 0.09 0.66 0.45 51.52 0.49 0.37
Hex 8C 7F 30 0 9 42 2D 34 31 25
Octal 214 177 60 0 11 102 55 64 61 45
Binary 10001100 1111111 110000 0 1001 1000010 101101 110100 110001 100101

Color Harmonies of #8C7F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7F30

Black with #8C7F30

Text Example


Text Example

White with #8C7F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,127,48); }

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

background-color css

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

 a { background-color: rgb(140,127,48); }

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

border-color css

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

 span { border-color: rgb(140,127,48); }

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