#83931E

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

Shades of Citron #83931E

Tints of Citron #83931E

Color information

#83931E (or 0x83931E) is unknown color: approx Citron. HEX triplet: 83, 93 and 1E. RGB value is (131,147,30). Sum of RGB (Red+Green+Blue) = 131+147+30=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #83931E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83931E is #7C6CE1. Grayscale: #818181. Windows color (decimal): -8154338 or 2003843. OLE color: 2003843.

HSL color Cylindrical-coordinate representation of color #83931E: hue angle of 68.21º degrees, saturation: 0.66, 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 #83931E is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB13114730-
CMYK0.1100.800.42
HSL68.21º66.1%34.71%-
HSV(B)68.21º79.59%57.65%-
XYZ20.0325.795.15-
YUV128.8872.2129.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.53%
GREEN value IS 147 (57.81% from 255) = 47.73%
BLUE value IS 30 (12.11% from 255) = 9.74%
R=42.53%
G=47.73%
B=9.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131147300.1100.800.4268.2166.134.71
Hex83931EB0502A444223
Octal203223361301205210410243
Binary10000011100100111111010110101000010101010001001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83931E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83931E; }

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

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

<style>
 a { background-color: #83931E; }

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

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

<style>
 span { border-color: #83931E; }

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

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