Html Css Color HEX #93852D Lemon Ginger

📋 copy color: '#93852D'

red 147 ◦ green 133 ◦ blue 45

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

Shades of Lemon Ginger #93852D

Tints of Lemon Ginger #93852D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 45.23%
G = 40.92%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93852D (or 0x93852D) is known color: Lemon Ginger. HEX triplet: 93, 85 and 2D. RGB value is (147,133,45). Sum of RGB (Red+Green+Blue) = 147+133+45=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93852D is #6C7AD2. Grayscale: #7F7F7F. Windows color (decimal): -7109331 or 2983315. OLE color: 2983315.

HSL color Cylindrical-coordinate representation of color #93852D: hue angle of 51.76º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93852D is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 133 45 -
CMYK 0 0.10 0.69 0.42
HSL 51.76º 0.53% 0.38% -
HSV(B) 51.76º 0.69% 0.58% -
XYZ 20.89 23.17 5.85 -
YUV 127.15 81.64 142.16 -
System Red Green Blue C M Y K H S L
Decimal 147 133 45 0 0.10 0.69 0.42 51.76 0.53 0.38
Hex 93 85 2D 0 A 45 2A 34 35 26
Octal 223 205 55 0 12 105 52 64 65 46
Binary 10010011 10000101 101101 0 1010 1000101 101010 110100 110101 100110

Color Harmonies of #93852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93852D

Black with #93852D

Text Example


Text Example

White with #93852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93852D; }

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

 H1.HeaderClassName
 {
   color: #93852D;
 }
 .AnyTagClassName
 {
   color: #93852D;
 }
</style>

background-color css

<style>
 a { background-color: #93852D; }

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

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

border-color css

<style>
 span { border-color: #93852D; }

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

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