Html Css Color HEX #93851E Lemon Ginger

📋 copy color: '#93851E'

red 147 ◦ green 133 ◦ blue 30

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

Shades of Lemon Ginger #93851E

Tints of Lemon Ginger #93851E

RGB

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

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

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

R = 47.42%
G = 42.9%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93851E (or 0x93851E) is known color: Lemon Ginger. HEX triplet: 93, 85 and 1E. RGB value is (147,133,30). Sum of RGB (Red+Green+Blue) = 147+133+30=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93851E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93851E is #6C7AE1. Grayscale: #7D7D7D. Windows color (decimal): -7109346 or 2000275. OLE color: 2000275.

HSL color Cylindrical-coordinate representation of color #93851E: hue angle of 52.82º 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 #93851E is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 133 30 -
CMYK 0 0.10 0.80 0.42
HSL 52.82º 0.66% 0.35% -
HSV(B) 52.82º 0.8% 0.58% -
XYZ 20.65 23.07 4.59 -
YUV 125.44 74.14 143.38 -
System Red Green Blue C M Y K H S L
Decimal 147 133 30 0 0.10 0.80 0.42 52.82 0.66 0.35
Hex 93 85 1E 0 A 50 2A 35 42 23
Octal 223 205 36 0 12 120 52 65 102 43
Binary 10010011 10000101 11110 0 1010 1010000 101010 110101 1000010 100011

Color Harmonies of #93851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93851E

Black with #93851E

Text Example


Text Example

White with #93851E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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