Html Css Color HEX #93861E Lemon Ginger

📋 copy color: '#93861E'

red 147 ◦ green 134 ◦ blue 30

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

Shades of Lemon Ginger #93861E

Tints of Lemon Ginger #93861E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.09%

 BLUE value IS 30 (12.11% from 255) = 9.65%

R = 47.27%
G = 43.09%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93861E (or 0x93861E) is known color: Lemon Ginger. HEX triplet: 93, 86 and 1E. RGB value is (147,134,30). Sum of RGB (Red+Green+Blue) = 147+134+30=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93861E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93861E is #6C79E1. Grayscale: #7E7E7E. Windows color (decimal): -7109090 or 2000531. OLE color: 2000531.

HSL color Cylindrical-coordinate representation of color #93861E: hue angle of 53.33º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93861E is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 134 30 -
CMYK 0 0.09 0.80 0.42
HSL 53.33º 0.66% 0.35% -
HSV(B) 53.33º 0.8% 0.58% -
XYZ 20.79 23.35 4.64 -
YUV 126.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 147 134 30 0 0.09 0.80 0.42 53.33 0.66 0.35
Hex 93 86 1E 0 9 50 2A 35 42 23
Octal 223 206 36 0 11 120 52 65 102 43
Binary 10010011 10000110 11110 0 1001 1010000 101010 110101 1000010 100011

Color Harmonies of #93861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93861E

Black with #93861E

Text Example


Text Example

White with #93861E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93861E; }

 p { color: rgb(147,134,30); }

 H1.HeaderClassName
 {
   color: #93861E;
 }
 .AnyTagClassName
 {
   color: #93861E;
 }
</style>

background-color css

<style>
 a { background-color: #93861E; }

 a { background-color: rgb(147,134,30); }

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

border-color css

<style>
 span { border-color: #93861E; }

 span { border-color: rgb(147,134,30); }

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