Html Css Color HEX #93892D Lemon Ginger

📋 copy color: '#93892D'

red 147 ◦ green 137 ◦ blue 45

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

Shades of Lemon Ginger #93892D

Tints of Lemon Ginger #93892D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.64%

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

R = 44.68%
G = 41.64%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93892D (or 0x93892D) is known color: Lemon Ginger. HEX triplet: 93, 89 and 2D. RGB value is (147,137,45). Sum of RGB (Red+Green+Blue) = 147+137+45=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #93892D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93892D is #6C76D2. Grayscale: #818181. Windows color (decimal): -7108307 or 2984339. OLE color: 2984339.

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

Color convert

RGB 147 137 45 -
CMYK 0 0.07 0.69 0.42
HSL 54.12º 0.53% 0.38% -
HSV(B) 54.12º 0.69% 0.58% -
XYZ 21.45 24.28 6.04 -
YUV 129.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 147 137 45 0 0.07 0.69 0.42 54.12 0.53 0.38
Hex 93 89 2D 0 7 45 2A 36 35 26
Octal 223 211 55 0 7 105 52 66 65 46
Binary 10010011 10001001 101101 0 111 1000101 101010 110110 110101 100110

Color Harmonies of #93892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93892D

Black with #93892D

Text Example


Text Example

White with #93892D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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