Html Css Color HEX #93832D Lemon Ginger

📋 copy color: '#93832D'

red 147 ◦ green 131 ◦ blue 45

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

Shades of Lemon Ginger #93832D

Tints of Lemon Ginger #93832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.56%

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

R = 45.51%
G = 40.56%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93832D (or 0x93832D) is known color: Lemon Ginger. HEX triplet: 93, 83 and 2D. RGB value is (147,131,45). Sum of RGB (Red+Green+Blue) = 147+131+45=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #93832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93832D is #6C7CD2. Grayscale: #7E7E7E. Windows color (decimal): -7109843 or 2982803. OLE color: 2982803.

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

Color convert

RGB 147 131 45 -
CMYK 0 0.11 0.69 0.42
HSL 50.59º 0.53% 0.38% -
HSV(B) 50.59º 0.69% 0.58% -
XYZ 20.62 22.63 5.76 -
YUV 125.98 82.3 142.99 -
System Red Green Blue C M Y K H S L
Decimal 147 131 45 0 0.11 0.69 0.42 50.59 0.53 0.38
Hex 93 83 2D 0 B 45 2A 33 35 26
Octal 223 203 55 0 13 105 52 63 65 46
Binary 10010011 10000011 101101 0 1011 1000101 101010 110011 110101 100110

Color Harmonies of #93832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93832D

Black with #93832D

Text Example


Text Example

White with #93832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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