Html Css Color HEX #938A2A Lemon Ginger

📋 copy color: '#938A2A'

red 147 ◦ green 138 ◦ blue 42

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

Shades of Lemon Ginger #938A2A

Tints of Lemon Ginger #938A2A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.2%

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

R = 44.95%
G = 42.2%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#938A2A (or 0x938A2A) is known color: Lemon Ginger. HEX triplet: 93, 8A and 2A. RGB value is (147,138,42). Sum of RGB (Red+Green+Blue) = 147+138+42=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #938A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938A2A is #6C75D5. Grayscale: #828282. Windows color (decimal): -7108054 or 2787987. OLE color: 2787987.

HSL color Cylindrical-coordinate representation of color #938A2A: hue angle of 54.86º 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 #938A2A is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 138 42 -
CMYK 0 0.06 0.71 0.42
HSL 54.86º 0.56% 0.37% -
HSV(B) 54.86º 0.71% 0.58% -
XYZ 21.54 24.55 5.79 -
YUV 129.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 147 138 42 0 0.06 0.71 0.42 54.86 0.56 0.37
Hex 93 8A 2A 0 6 47 2A 37 38 25
Octal 223 212 52 0 6 107 52 67 70 45
Binary 10010011 10001010 101010 0 110 1000111 101010 110111 111000 100101

Color Harmonies of #938A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938A2A

Black with #938A2A

Text Example


Text Example

White with #938A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938A2A; }

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

 H1.HeaderClassName
 {
   color: #938A2A;
 }
 .AnyTagClassName
 {
   color: #938A2A;
 }
</style>

background-color css

<style>
 a { background-color: #938A2A; }

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

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

border-color css

<style>
 span { border-color: #938A2A; }

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

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