Html Css Color HEX #8B7A1F Lemon Ginger

📋 copy color: '#8B7A1F'

red 139 ◦ green 122 ◦ blue 31

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

Shades of Lemon Ginger #8B7A1F

Tints of Lemon Ginger #8B7A1F

RGB

 RED value IS 139 (54.69% from 255) = 47.6%

 GREEN value IS 122 (48.05% from 255) = 41.78%

 BLUE value IS 31 (12.5% from 255) = 10.62%

R = 47.6%
G = 41.78%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B7A1F (or 0x8B7A1F) is known color: Lemon Ginger. HEX triplet: 8B, 7A and 1F. RGB value is (139,122,31). Sum of RGB (Red+Green+Blue) = 139+122+31=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7A1F is #7485E0. Grayscale: #757575. Windows color (decimal): -7636449 or 2062987. OLE color: 2062987.

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

Color convert

RGB 139 122 31 -
CMYK 0 0.12 0.78 0.45
HSL 50.56º 0.64% 0.33% -
HSV(B) 50.56º 0.78% 0.55% -
XYZ 17.85 19.51 4.12 -
YUV 116.71 79.63 143.9 -
System Red Green Blue C M Y K H S L
Decimal 139 122 31 0 0.12 0.78 0.45 50.56 0.64 0.33
Hex 8B 7A 1F 0 C 4E 2D 33 40 21
Octal 213 172 37 0 14 116 55 63 100 41
Binary 10001011 1111010 11111 0 1100 1001110 101101 110011 1000000 100001

Color Harmonies of #8B7A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7A1F

Black with #8B7A1F

Text Example


Text Example

White with #8B7A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,122,31); }

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

background-color css

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

 a { background-color: rgb(139,122,31); }

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

border-color css

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

 span { border-color: rgb(139,122,31); }

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