Html Css Color HEX #8B8528 Lemon Ginger

📋 copy color: '#8B8528'

red 139 ◦ green 133 ◦ blue 40

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

Shades of Lemon Ginger #8B8528

Tints of Lemon Ginger #8B8528

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 44.55%
G = 42.63%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8B8528 (or 0x8B8528) is known color: Lemon Ginger. HEX triplet: 8B, 85 and 28. RGB value is (139,133,40). Sum of RGB (Red+Green+Blue) = 139+133+40=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8528 is #747AD7. Grayscale: #7C7C7C. Windows color (decimal): -7633624 or 2655627. OLE color: 2655627.

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

Color convert

RGB 139 133 40 -
CMYK 0 0.04 0.71 0.45
HSL 56.36º 0.55% 0.35% -
HSV(B) 56.36º 0.71% 0.55% -
XYZ 19.42 22.42 5.31 -
YUV 124.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 139 133 40 0 0.04 0.71 0.45 56.36 0.55 0.35
Hex 8B 85 28 0 4 47 2D 38 37 23
Octal 213 205 50 0 4 107 55 70 67 43
Binary 10001011 10000101 101000 0 100 1000111 101101 111000 110111 100011

Color Harmonies of #8B8528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8528

Black with #8B8528

Text Example


Text Example

White with #8B8528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,133,40); }

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

background-color css

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

 a { background-color: rgb(139,133,40); }

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

border-color css

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

 span { border-color: rgb(139,133,40); }

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