#93862B

Color #93862B Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #93862B

Tints of Lemon Ginger #93862B

Color information

#93862B (or 0x93862B) is unknown color: approx Lemon Ginger. HEX triplet: 93, 86 and 2B. RGB value is (147,134,43). Sum of RGB (Red+Green+Blue) = 147+134+43=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93862B is #6C79D4. Grayscale: #7F7F7F. Windows color (decimal): -7109077 or 2852499. OLE color: 2852499.

HSL color Cylindrical-coordinate representation of color #93862B: hue angle of 52.5º degrees, saturation: 0.55, 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 #93862B is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14713443-
CMYK00.090.710.42
HSL52.5º54.74%37.25%-
HSV(B)52.5º70.75%57.65%-
XYZ20.9923.435.7-
YUV127.5180.31141.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 43 (17.19% from 255) = 13.27%
R=45.37%
G=41.36%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471344300.090.710.4252.554.7437.25
Hex93862B09472A343725
Octal2232065301110752646745
Binary1001001110000110101011010011000111101010110100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93862B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,134,43); }

 H1.HeaderClassName
 {
   color: #93862B;
 }
 .AnyTagClassName
 {
   color: #93862B;
 }
</style>
background-color css

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

 a { background-color: rgb(147,134,43); }

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

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

 span { border-color: rgb(147,134,43); }

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