Html Css Color HEX #93831B Lemon Ginger

📋 copy color: '#93831B'

red 147 ◦ green 131 ◦ blue 27

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

Shades of Lemon Ginger #93831B

Tints of Lemon Ginger #93831B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.85%

R = 48.2%
G = 42.95%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#93831B (or 0x93831B) is known color: Lemon Ginger. HEX triplet: 93, 83 and 1B. RGB value is (147,131,27). Sum of RGB (Red+Green+Blue) = 147+131+27=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #93831B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93831B is #6C7CE4. Grayscale: #7C7C7C. Windows color (decimal): -7109861 or 1803155. OLE color: 1803155.

HSL color Cylindrical-coordinate representation of color #93831B: hue angle of 52º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93831B is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 131 27 -
CMYK 0 0.11 0.82 0.42
HSL 52º 0.69% 0.34% -
HSV(B) 52º 0.82% 0.58% -
XYZ 20.35 22.51 4.31 -
YUV 123.93 73.3 144.46 -
System Red Green Blue C M Y K H S L
Decimal 147 131 27 0 0.11 0.82 0.42 52 0.69 0.34
Hex 93 83 1B 0 B 52 2A 34 45 22
Octal 223 203 33 0 13 122 52 64 105 42
Binary 10010011 10000011 11011 0 1011 1010010 101010 110100 1000101 100010

Color Harmonies of #93831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93831B

Black with #93831B

Text Example


Text Example

White with #93831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93831B; }

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

 H1.HeaderClassName
 {
   color: #93831B;
 }
 .AnyTagClassName
 {
   color: #93831B;
 }
</style>

background-color css

<style>
 a { background-color: #93831B; }

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

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

border-color css

<style>
 span { border-color: #93831B; }

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

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