Html Css Color HEX #93802A Lemon Ginger

📋 copy color: '#93802A'

red 147 ◦ green 128 ◦ blue 42

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

Shades of Lemon Ginger #93802A

Tints of Lemon Ginger #93802A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.25%

R = 46.37%
G = 40.38%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#93802A (or 0x93802A) is known color: Lemon Ginger. HEX triplet: 93, 80 and 2A. RGB value is (147,128,42). Sum of RGB (Red+Green+Blue) = 147+128+42=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #93802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93802A is #6C7FD5. Grayscale: #7C7C7C. Windows color (decimal): -7110614 or 2785427. OLE color: 2785427.

HSL color Cylindrical-coordinate representation of color #93802A: hue angle of 49.14º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93802A is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 128 42 -
CMYK 0 0.13 0.71 0.42
HSL 49.14º 0.56% 0.37% -
HSV(B) 49.14º 0.71% 0.58% -
XYZ 20.17 21.81 5.34 -
YUV 123.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 147 128 42 0 0.13 0.71 0.42 49.14 0.56 0.37
Hex 93 80 2A 0 D 47 2A 31 38 25
Octal 223 200 52 0 15 107 52 61 70 45
Binary 10010011 10000000 101010 0 1101 1000111 101010 110001 111000 100101

Color Harmonies of #93802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93802A

Black with #93802A

Text Example


Text Example

White with #93802A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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