Html Css Color HEX #93880F Lemon Ginger

📋 copy color: '#93880F'

red 147 ◦ green 136 ◦ blue 15

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

Shades of Lemon Ginger #93880F

Tints of Lemon Ginger #93880F

RGB

 RED value IS 147 (57.81% from 255) = 49.33%

 GREEN value IS 136 (53.52% from 255) = 45.64%

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 49.33%
G = 45.64%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93880F (or 0x93880F) is known color: Lemon Ginger. HEX triplet: 93, 88 and 0F. RGB value is (147,136,15). Sum of RGB (Red+Green+Blue) = 147+136+15=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #93880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93880F is #6C77F0. Grayscale: #7D7D7D. Windows color (decimal): -7108593 or 1018003. OLE color: 1018003.

HSL color Cylindrical-coordinate representation of color #93880F: hue angle of 55º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93880F is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 136 15 -
CMYK 0 0.07 0.90 0.42
HSL 55º 0.81% 0.32% -
HSV(B) 55º 0.9% 0.58% -
XYZ 20.92 23.85 3.95 -
YUV 125.5 65.64 143.34 -
System Red Green Blue C M Y K H S L
Decimal 147 136 15 0 0.07 0.90 0.42 55 0.81 0.32
Hex 93 88 F 0 7 5A 2A 37 51 20
Octal 223 210 17 0 7 132 52 67 121 40
Binary 10010011 10001000 1111 0 111 1011010 101010 110111 1010001 100000

Color Harmonies of #93880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93880F

Black with #93880F

Text Example


Text Example

White with #93880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93880F; }

 p { color: rgb(147,136,15); }

 H1.HeaderClassName
 {
   color: #93880F;
 }
 .AnyTagClassName
 {
   color: #93880F;
 }
</style>

background-color css

<style>
 a { background-color: #93880F; }

 a { background-color: rgb(147,136,15); }

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

border-color css

<style>
 span { border-color: #93880F; }

 span { border-color: rgb(147,136,15); }

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