#93921F

Color #93921F Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #93921F

Tints of Citron #93921F

Color information

#93921F (or 0x93921F) is unknown color: approx Citron. HEX triplet: 93, 92 and 1F. RGB value is (147,146,31). Sum of RGB (Red+Green+Blue) = 147+146+31=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93921F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93921F is #6C6DE0. Grayscale: #858585. Windows color (decimal): -7106017 or 2069139. OLE color: 2069139.

HSL color Cylindrical-coordinate representation of color #93921F: hue angle of 59.48º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93921F is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14714631-
CMYK00.010.790.42
HSL59.48º65.17%34.9%-
HSV(B)59.48º78.91%57.65%-
XYZ22.5626.865.29-
YUV133.1970.33137.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 31 (12.5% from 255) = 9.57%
R=45.37%
G=45.06%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471463100.010.790.4259.4865.1734.9
Hex93921F014F2A3b4123
Octal2232223701117527310143
Binary1001001110010010111110110011111010101110111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93921F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93921F; }

 p { color: rgb(147,146,31); }

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

<style>
 a { background-color: #93921F; }

 a { background-color: rgb(147,146,31); }

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

<style>
 span { border-color: #93921F; }

 span { border-color: rgb(147,146,31); }

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