Html Css Color HEX #8B7D2D Lemon Ginger

📋 copy color: '#8B7D2D'

red 139 ◦ green 125 ◦ blue 45

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

Shades of Lemon Ginger #8B7D2D

Tints of Lemon Ginger #8B7D2D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.45%

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

R = 44.98%
G = 40.45%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B7D2D (or 0x8B7D2D) is known color: Lemon Ginger. HEX triplet: 8B, 7D and 2D. RGB value is (139,125,45). Sum of RGB (Red+Green+Blue) = 139+125+45=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7D2D is #7482D2. Grayscale: #787878. Windows color (decimal): -7635667 or 2981259. OLE color: 2981259.

HSL color Cylindrical-coordinate representation of color #8B7D2D: hue angle of 51.06º 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 #8B7D2D is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 125 45 -
CMYK 0 0.10 0.68 0.45
HSL 51.06º 0.51% 0.36% -
HSV(B) 51.06º 0.68% 0.55% -
XYZ 18.45 20.35 5.44 -
YUV 120.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 139 125 45 0 0.10 0.68 0.45 51.06 0.51 0.36
Hex 8B 7D 2D 0 A 44 2D 33 33 24
Octal 213 175 55 0 12 104 55 63 63 44
Binary 10001011 1111101 101101 0 1010 1000100 101101 110011 110011 100100

Color Harmonies of #8B7D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7D2D

Black with #8B7D2D

Text Example


Text Example

White with #8B7D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,125,45); }

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

background-color css

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

 a { background-color: rgb(139,125,45); }

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

border-color css

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

 span { border-color: rgb(139,125,45); }

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