Html Css Color HEX #93852F Lemon Ginger

📋 copy color: '#93852F'

red 147 ◦ green 133 ◦ blue 47

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

Shades of Lemon Ginger #93852F

Tints of Lemon Ginger #93852F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.37%

R = 44.95%
G = 40.67%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#93852F (or 0x93852F) is known color: Lemon Ginger. HEX triplet: 93, 85 and 2F. RGB value is (147,133,47). Sum of RGB (Red+Green+Blue) = 147+133+47=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #93852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93852F is #6C7AD0. Grayscale: #7F7F7F. Windows color (decimal): -7109329 or 3114387. OLE color: 3114387.

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

Color convert

RGB 147 133 47 -
CMYK 0 0.10 0.68 0.42
HSL 51.6º 0.52% 0.38% -
HSV(B) 51.6º 0.68% 0.58% -
XYZ 20.93 23.18 6.06 -
YUV 127.38 82.64 141.99 -
System Red Green Blue C M Y K H S L
Decimal 147 133 47 0 0.10 0.68 0.42 51.6 0.52 0.38
Hex 93 85 2F 0 A 44 2A 34 34 26
Octal 223 205 57 0 12 104 52 64 64 46
Binary 10010011 10000101 101111 0 1010 1000100 101010 110100 110100 100110

Color Harmonies of #93852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93852F

Black with #93852F

Text Example


Text Example

White with #93852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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