Html Css Color HEX #93811D Lemon Ginger

📋 copy color: '#93811D'

red 147 ◦ green 129 ◦ blue 29

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

Shades of Lemon Ginger #93811D

Tints of Lemon Ginger #93811D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.3%

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

R = 48.2%
G = 42.3%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93811D (or 0x93811D) is known color: Lemon Ginger. HEX triplet: 93, 81 and 1D. RGB value is (147,129,29). Sum of RGB (Red+Green+Blue) = 147+129+29=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #93811D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93811D is #6C7EE2. Grayscale: #7B7B7B. Windows color (decimal): -7110371 or 1933715. OLE color: 1933715.

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

Color convert

RGB 147 129 29 -
CMYK 0 0.12 0.80 0.42
HSL 50.85º 0.67% 0.35% -
HSV(B) 50.85º 0.8% 0.58% -
XYZ 20.1 21.99 4.35 -
YUV 122.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 147 129 29 0 0.12 0.80 0.42 50.85 0.67 0.35
Hex 93 81 1D 0 C 50 2A 33 43 23
Octal 223 201 35 0 14 120 52 63 103 43
Binary 10010011 10000001 11101 0 1100 1010000 101010 110011 1000011 100011

Color Harmonies of #93811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93811D

Black with #93811D

Text Example


Text Example

White with #93811D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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