Html Css Color HEX #93802D Lemon Ginger

📋 copy color: '#93802D'

red 147 ◦ green 128 ◦ blue 45

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

Shades of Lemon Ginger #93802D

Tints of Lemon Ginger #93802D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40%

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

R = 45.94%
G = 40%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93802D (or 0x93802D) is known color: Lemon Ginger. HEX triplet: 93, 80 and 2D. RGB value is (147,128,45). Sum of RGB (Red+Green+Blue) = 147+128+45=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93802D is #6C7FD2. Grayscale: #7C7C7C. Windows color (decimal): -7110611 or 2982035. OLE color: 2982035.

HSL color Cylindrical-coordinate representation of color #93802D: hue angle of 48.82º 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 #93802D is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 128 45 -
CMYK 0 0.13 0.69 0.42
HSL 48.82º 0.53% 0.38% -
HSV(B) 48.82º 0.69% 0.58% -
XYZ 20.23 21.83 5.63 -
YUV 124.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 147 128 45 0 0.13 0.69 0.42 48.82 0.53 0.38
Hex 93 80 2D 0 D 45 2A 31 35 26
Octal 223 200 55 0 15 105 52 61 65 46
Binary 10010011 10000000 101101 0 1101 1000101 101010 110001 110101 100110

Color Harmonies of #93802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93802D

Black with #93802D

Text Example


Text Example

White with #93802D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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