Html Css Color HEX #8F8135 Lemon Ginger

📋 copy color: '#8F8135'

red 143 ◦ green 129 ◦ blue 53

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

Shades of Lemon Ginger #8F8135

Tints of Lemon Ginger #8F8135

RGB

 RED value IS 143 (56.25% from 255) = 44%

 GREEN value IS 129 (50.78% from 255) = 39.69%

 BLUE value IS 53 (21.09% from 255) = 16.31%

R = 44%
G = 39.69%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8F8135 (or 0x8F8135) is known color: Lemon Ginger. HEX triplet: 8F, 81 and 35. RGB value is (143,129,53). Sum of RGB (Red+Green+Blue) = 143+129+53=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8135 is #707ECA. Grayscale: #7C7C7C. Windows color (decimal): -7372491 or 3506575. OLE color: 3506575.

HSL color Cylindrical-coordinate representation of color #8F8135: hue angle of 50.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F8135 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 129 53 -
CMYK 0 0.10 0.63 0.44
HSL 50.67º 0.46% 0.38% -
HSV(B) 50.67º 0.63% 0.56% -
XYZ 19.82 21.8 6.53 -
YUV 124.52 87.64 141.18 -
System Red Green Blue C M Y K H S L
Decimal 143 129 53 0 0.10 0.63 0.44 50.67 0.46 0.38
Hex 8F 81 35 0 A 3F 2C 33 2E 26
Octal 217 201 65 0 12 77 54 63 56 46
Binary 10001111 10000001 110101 0 1010 111111 101100 110011 101110 100110

Color Harmonies of #8F8135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8135

Black with #8F8135

Text Example


Text Example

White with #8F8135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,129,53); }

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

background-color css

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

 a { background-color: rgb(143,129,53); }

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

border-color css

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

 span { border-color: rgb(143,129,53); }

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