Html Css Color HEX #93882A Lemon Ginger

📋 copy color: '#93882A'

red 147 ◦ green 136 ◦ blue 42

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

Shades of Lemon Ginger #93882A

Tints of Lemon Ginger #93882A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.85%

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

R = 45.23%
G = 41.85%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#93882A (or 0x93882A) is known color: Lemon Ginger. HEX triplet: 93, 88 and 2A. RGB value is (147,136,42). Sum of RGB (Red+Green+Blue) = 147+136+42=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93882A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93882A is #6C77D5. Grayscale: #808080. Windows color (decimal): -7108566 or 2787475. OLE color: 2787475.

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

Color convert

RGB 147 136 42 -
CMYK 0 0.07 0.71 0.42
HSL 53.71º 0.56% 0.37% -
HSV(B) 53.71º 0.71% 0.58% -
XYZ 21.25 23.98 5.7 -
YUV 128.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 147 136 42 0 0.07 0.71 0.42 53.71 0.56 0.37
Hex 93 88 2A 0 7 47 2A 36 38 25
Octal 223 210 52 0 7 107 52 66 70 45
Binary 10010011 10001000 101010 0 111 1000111 101010 110110 111000 100101

Color Harmonies of #93882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93882A

Black with #93882A

Text Example


Text Example

White with #93882A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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