Html Css Color HEX #93881E Lemon Ginger

📋 copy color: '#93881E'

red 147 ◦ green 136 ◦ blue 30

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

Shades of Lemon Ginger #93881E

Tints of Lemon Ginger #93881E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.58%

R = 46.96%
G = 43.45%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93881E (or 0x93881E) is known color: Lemon Ginger. HEX triplet: 93, 88 and 1E. RGB value is (147,136,30). Sum of RGB (Red+Green+Blue) = 147+136+30=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #93881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93881E is #6C77E1. Grayscale: #7F7F7F. Windows color (decimal): -7108578 or 2001043. OLE color: 2001043.

HSL color Cylindrical-coordinate representation of color #93881E: hue angle of 54.36º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93881E is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 136 30 -
CMYK 0 0.07 0.80 0.42
HSL 54.36º 0.66% 0.35% -
HSV(B) 54.36º 0.8% 0.58% -
XYZ 21.07 23.91 4.73 -
YUV 127.21 73.14 142.12 -
System Red Green Blue C M Y K H S L
Decimal 147 136 30 0 0.07 0.80 0.42 54.36 0.66 0.35
Hex 93 88 1E 0 7 50 2A 36 42 23
Octal 223 210 36 0 7 120 52 66 102 43
Binary 10010011 10001000 11110 0 111 1010000 101010 110110 1000010 100011

Color Harmonies of #93881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93881E

Black with #93881E

Text Example


Text Example

White with #93881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93881E; }

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

 H1.HeaderClassName
 {
   color: #93881E;
 }
 .AnyTagClassName
 {
   color: #93881E;
 }
</style>

background-color css

<style>
 a { background-color: #93881E; }

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

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

border-color css

<style>
 span { border-color: #93881E; }

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

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