Html Css Color HEX #93870F Lemon Ginger

📋 copy color: '#93870F'

red 147 ◦ green 135 ◦ blue 15

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

Shades of Lemon Ginger #93870F

Tints of Lemon Ginger #93870F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.45%

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

R = 49.49%
G = 45.45%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93870F (or 0x93870F) is known color: Lemon Ginger. HEX triplet: 93, 87 and 0F. RGB value is (147,135,15). Sum of RGB (Red+Green+Blue) = 147+135+15=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #93870F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93870F is #6C78F0. Grayscale: #7D7D7D. Windows color (decimal): -7108849 or 1017747. OLE color: 1017747.

HSL color Cylindrical-coordinate representation of color #93870F: hue angle of 54.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 #93870F is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 135 15 -
CMYK 0 0.08 0.90 0.42
HSL 54.55º 0.81% 0.32% -
HSV(B) 54.55º 0.9% 0.58% -
XYZ 20.78 23.57 3.91 -
YUV 124.91 65.98 143.76 -
System Red Green Blue C M Y K H S L
Decimal 147 135 15 0 0.08 0.90 0.42 54.55 0.81 0.32
Hex 93 87 F 0 8 5A 2A 37 51 20
Octal 223 207 17 0 10 132 52 67 121 40
Binary 10010011 10000111 1111 0 1000 1011010 101010 110111 1010001 100000

Color Harmonies of #93870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93870F

Black with #93870F

Text Example


Text Example

White with #93870F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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