Html Css Color HEX #93881D Lemon Ginger

📋 copy color: '#93881D'

red 147 ◦ green 136 ◦ blue 29

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

Shades of Lemon Ginger #93881D

Tints of Lemon Ginger #93881D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.29%

R = 47.12%
G = 43.59%
B = 9.29%

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

#93881D (or 0x93881D) is known color: Lemon Ginger. HEX triplet: 93, 88 and 1D. RGB value is (147,136,29). Sum of RGB (Red+Green+Blue) = 147+136+29=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #93881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93881D is #6C77E2. Grayscale: #7F7F7F. Windows color (decimal): -7108579 or 1935507. OLE color: 1935507.

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

Color convert

RGB 147 136 29 -
CMYK 0 0.07 0.80 0.42
HSL 54.41º 0.67% 0.35% -
HSV(B) 54.41º 0.8% 0.58% -
XYZ 21.06 23.9 4.67 -
YUV 127.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 147 136 29 0 0.07 0.80 0.42 54.41 0.67 0.35
Hex 93 88 1D 0 7 50 2A 36 43 23
Octal 223 210 35 0 7 120 52 66 103 43
Binary 10010011 10001000 11101 0 111 1010000 101010 110110 1000011 100011

Color Harmonies of #93881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93881D

Black with #93881D

Text Example


Text Example

White with #93881D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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